[fractal] readme: Add syntax highlighting for shell commands



commit d853a66a1670b5334145037a3d35d4ba18bd4b3f
Author: Kévin Commaille <zecakeh tedomum fr>
Date:   Wed Mar 30 21:09:44 2022 +0200

    readme: Add syntax highlighting for shell commands

 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/README.md b/README.md
index e26335dd6..ce13b70ba 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ Flatpak is the recommended way of building and installing Fractal.
 
 First you need to make sure you have the GNOME SDK and Rust toolchain installed.
 
-```
+```sh
 # Add Flathub and the gnome-nightly repo
 flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
 flatpak remote-add --user --if-not-exists gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo
@@ -67,14 +67,14 @@ flatpak install --user flathub org.freedesktop.Sdk.Extension.llvm12//21.08
 
 Move inside the `build-aux` folder and then build and install the app:
 
-```
+```sh
 cd build-aux
 flatpak-builder --user --install app org.gnome.Fractal.Devel.json
 ```
 
 Fractal Next can then be entirely removed from your system with:
 
-```
+```sh
 flatpak remove org.gnome.Fractal.Devel.json
 ```
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]