Document new dev update command

This commit is contained in:
decentral1se 2021-03-16 06:59:35 +01:00
parent 76513a1f35
commit 9f5945094c
Signed by untrusted user who does not match committer: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 8 deletions

View File

@ -36,14 +36,7 @@ The source for this script is [here](./installer/installer).
## Update
Run `abra upgrade` to automatically download and install the latest release
version.
To update the development version, run
```sh
cd ~/.abra/src
git pull
```
version. To update the development version, run `abra upgrade --dev`.
## Hack