Document how to update the snap

This commit is contained in:
Michael Vines 2018-06-23 15:29:22 -07:00 committed by GitHub
parent 183178681d
commit 563f834c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -133,7 +133,7 @@ multinode variation, you'll see TPS measurements for each validator node as well
Linux Snap
---
A Linux Solana [Snap](https://snapcraft.io/) is available, which can be used to
A Linux [Snap](https://snapcraft.io/) is available, which can be used to
easily get Solana running on supported Linux systems without building anything
from source. The `edge` Snap channel is updated daily with the latest
development from the `master` branch. To install:
@ -145,6 +145,12 @@ $ sudo snap install solana --edge --devmode
Once installed the usual Solana programs will be available as `solona.*` instead
of `solana-*`. For example, `solana.fullnode` instead of `solana-fullnode`.
Update to the latest version at any time with
```bash
$ snap info solana
$ sudo snap refresh solana --devmode
```
Developing
===