From fb9e80820ddb2b48bdbdf071641e89209e6d74e8 Mon Sep 17 00:00:00 2001 From: Navdeep Singh Sidhu Date: Sun, 18 Nov 2018 00:06:40 -0600 Subject: [PATCH] Updated Readme * Added instructions for Snap package installation. Signed-off-by: Navdeep Singh Sidhu --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ff09121..cf90be4f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Download Windows releases here: * https://github.com/sqlitebrowser/sqlitebrowser/releases -**Note** - If for some reason the standard Windows release does not work +**Note** - If for some reason the standard Windows release does not work (e.g. gives an error), try a nightly build. Nightly builds often fix bugs reported after the last release. :D @@ -169,6 +169,19 @@ or this command: # pkg install sqlitebrowser +### Snap packages + +[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/sqlitebrowser) + +#### Snap Nightlies + + snap install sqlitebrowser --devmode + +#### Snap Stable + + snap install sqlitebrowser + + ### Compiling Instructions for compiling on Windows, OSX, Linux, and FreeBSD are