aboutsummaryrefslogtreecommitdiffstats
path: root/snapcraft/README
diff options
context:
space:
mode:
Diffstat (limited to 'snapcraft/README')
-rw-r--r--snapcraft/README25
1 files changed, 0 insertions, 25 deletions
diff --git a/snapcraft/README b/snapcraft/README
deleted file mode 100644
index d026ae8..0000000
--- a/snapcraft/README
+++ /dev/null
@@ -1,25 +0,0 @@
-The folders edge/stable contain the files needed to build a snap package for Nikola.
-Edge will build from master, stable from the latest release.
-
-To build, in Ubuntu 16.04:
-
-apt install snapd snapcraft
-snap login some.account@whatever.com
-./build.sh
-
-To just use it:
-
-apt install snapd
-snap login some.account@whatever.com
-snap install nikola
-
-
-That should leave you with a working "nikola" command (/snap/bin/nikola if /snap/bin is not in your $PATH),
-which is functional with the following caveats:
-
-* Locales are a bit broken: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1576411
-* The -b option in nikola serve and nikola auto will not work (need to use snap-xdg-open it seems)
-* Plugin installation is tricky
-* Your site needs to live in your home
-* You can't use "nikola deploy".
-* Probaby other things I have not noticed yet.