Skip to content

Commit

Permalink
feat: add recommendation to delete binary for upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Nov 30, 2023
1 parent 6c44fe9 commit 583622a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ rm ~/.avail/goldberg/config.yml
# and rerunning the script with flags:
curl -sL1 avail.sh | sh -s -- --app_id 1
```

To upgrade the light client to a latest version, you need to delete the binary:
```bash
sudo rm /usr/local/bin/avail-light
# in some cases, the config can be persisted, if older config is incompatible, then delete it first:
rm ~/.avail/goldberg/config.yml
# then, rerun the script:
curl -sL1 avail.sh | sh
```

0 comments on commit 583622a

Please sign in to comment.