From 84a11eb8e414ab81d185c27e0912d400053f8504 Mon Sep 17 00:00:00 2001 From: Thibault Martin Date: Sun, 14 Feb 2021 12:26:05 +0100 Subject: [PATCH] Remove references to snap as it is not supported --- README.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/README.md b/README.md index 7918c91b..70e60e02 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,6 @@ Fractal Flatpak on Flathub. -Fractal can also be installed as a snap on any distro with snap support enabled - - - - - ## Build Instructions ### Flatpak @@ -71,25 +65,10 @@ Then you go ahead and build Fractal. flatpak-builder --user --install fractal flatpak/org.gnome.Fractal.json ``` -### Snap - -To build as a snap simply install snapcraft - -``` -snap install --classic snapcraft -snapcraft -``` - -The snapcraft build will produce a file that ends with .snap that can be easily installed with the snap command - -``` -snap install --dangerous FILENAME.snap -``` - ### GNU/Linux If you decide to ignore our recommendation and build on your host system, -outside of Flatpak or snap, you will need Meson and Ninja (as well as Rust and Cargo). +outside of Flatpak, you will need Meson and Ninja (as well as Rust and Cargo). ```sh meson . _build --prefix=/usr/local