From ed6ba55261c33c1619acb7412b63dd155ed51559 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 24 Jun 2018 10:10:53 -0700 Subject: [PATCH] Add snap/ README --- snap/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 snap/README.md diff --git a/snap/README.md b/snap/README.md new file mode 100644 index 0000000000..ed2dcdf431 --- /dev/null +++ b/snap/README.md @@ -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/ +