Add the snap README

This commit is contained in:
Leo Arias 2017-04-22 19:19:46 +00:00 committed by Sylvain Bellemare
parent 6f8f2e2f93
commit 3a3f73aeb2
1 changed files with 12 additions and 0 deletions

12
snap/README.md Normal file
View File

@ -0,0 +1,12 @@
This is the packaging metadata for the BigchainDB snap.
Snaps and the snap store allows for the secure installation of apps that work
in most Linux distributions. For more information, go to https://snapcraft.io/
To build and install this snap in Ubuntu 16.04:
$ sudo apt install git snapcraft
$ git clone https://github.com/bigchaindb/bigchaindb
$ cd bigchaindb
$ snapcraft
$ sudo snap install *.snap --dangerous --devmode