From 77aad07dc64653f9851efb3a4c9a938248d0f1e3 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Tue, 5 Feb 2019 11:09:18 +0100 Subject: [PATCH] Revert "Update snap installation instructions" This reverts commit 5fd7bf7e61c87320b1c5a9f358df2d82525ea465. Apparently it is not just no longer necessary to use classic confinement, but actually impossible, i.e. snap emits an error that the zola snap is not compatible with `--classic`. --- docs/content/documentation/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index ddf07ff8..6f7f4dce 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -27,7 +27,7 @@ $ yay -S zola-bin Zola is available on snapcraft: ```bash -$ snap install --edge --classic zola +$ snap install --edge zola ``` ## Windows