changed instructions to `git submodule update` instead of `add`

This commit is contained in:
zciendor 2020-04-30 17:12:51 +02:00
parent 23376b4eee
commit ccac73c56f
No known key found for this signature in database
GPG Key ID: 3EDEF857953B4F2E
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Once you have `flatpak` and `flatpak-builder` installed:
```
git clone git://github.com/Bitmessage/PyBitmessage.git
cd PyBitmessage/
git submodule add https://github.com/flathub/shared-modules.git
git submodule update --init --recursive
flatpak-builder --install --user -install-deps-from=flathub --force-clean --state-dir=build/.flatpak-builder build/_flatpak org.bitmessage.PyBitmessage.json
```
This will install PyBitmessage to your local flatpak user repository, but it