From cd6431beb4bf00b2e393883b08959b85009b6c60 Mon Sep 17 00:00:00 2001 From: Peter Bochmann Date: Mon, 3 Jun 2024 17:41:53 +0200 Subject: [PATCH] replaced inline code with code blocks --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d72d14..0f0fd17 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,13 @@ This is a set of scripts and config files to make some basic settings for ggs us ## Usage curl is required to download the initial customization script. Start with curl installation: -`sudo apt update && sudo apt install curl -y` + +```bash +sudo apt update && sudo apt install curl -y +``` The user ggs should already exist and have sudo permission. Otherwise create the account first and add him to sudo group. Then login as ggs. After login you may download end execute the customization script by running: -`curl -s https://git.ggs-solutions.eu/GGS/UbuntuConfig/raw/branch/main/mim.sh |/bin/bash` + +```bash +curl -s https://git.ggs-solutions.eu/GGS/UbuntuConfig/raw/branch/main/mim.sh |/bin/bash +```