Document new dev update command
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-03-16 06:59:35 +01:00
parent 76513a1f35
commit 9f5945094c
No known key found for this signature in database
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