From 4bfebde74606fd937e2508696473c2bb55bd0275 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sun, 30 Jul 2023 20:41:22 +0200 Subject: [PATCH] Use codeblocks for repo --- wiki/en/Installation-for-Linux.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/wiki/en/Installation-for-Linux.md b/wiki/en/Installation-for-Linux.md index 1fa73b157..dee09eda6 100644 --- a/wiki/en/Installation-for-Linux.md +++ b/wiki/en/Installation-for-Linux.md @@ -25,9 +25,18 @@ We provide a repository for Debian and Ubuntu based distributions that allows au 1. Open your Terminal (CTRL+ALT+T should work) 1. *Ubuntu only* - Enable the Ubuntu "universe" repository (you can use the [GUI-based approach](https://askubuntu.com/a/148645) or [CLI-based approach](https://askubuntu.com/a/227788)). -1. Download the repository setup script: `curl https://raw.githubusercontent.com/jamulussoftware/jamulus/main/linux/setup_repo.sh > setup_repo.sh` -1. Make the script executable: `chmod +x setup_repo.sh` -1. Run the setup script and install Jamulus: `sudo ./setup_repo.sh && sudo apt install jamulus` +1. Download the repository setup script:\\ +```bash +curl https://raw.githubusercontent.com/jamulussoftware/jamulus/main/linux/setup_repo.sh > setup_repo.sh +``` +1. Make the script executable:\\ +```bash +chmod +x setup_repo.sh +``` +1. Run the setup script and install Jamulus:\\ +```bash +sudo ./setup_repo.sh && sudo apt install jamulus +``` #### Installing the .deb files manually