From 9f5945094c0e9ccec04959259d9e3ab0d34b2556 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 16 Mar 2021 06:59:35 +0100 Subject: [PATCH] Document new dev update command --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 8b57b66..c093ea3 100644 --- a/README.md +++ b/README.md @@ -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