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