From f0b7360dc4da19a8d68add8c1fe8913168d5dff0 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 00000000000000..ed2dcdf4314e62 --- /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/ +