Add snap/ README

This commit is contained in:
Michael Vines 2018-06-24 10:10:53 -07:00
parent ec333d2bd6
commit ed6ba55261
1 changed files with 17 additions and 0 deletions

17
snap/README.md Normal file
View File

@ -0,0 +1,17 @@
## Development
If you're running Ubuntu 16.04 and already have `snapcraft` installed, simply
run:
```
$ snapcraft
```
For other systems we provide a docker image that can be used for snap
development:
```
$ ./ci/docker-run.sh solanalabs/snapcraft snapcraft -d
```
## Reference
* https://docs.snapcraft.io/