From ed9e0ce845d1a9b91e1fff6995fe3d50b720f1cc Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Fri, 20 Jan 2023 11:20:48 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d9f2cc9..b4159a3 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Small linux scripts for beginners who do not know the terminal well. ## Alias add script Get the script -'''bash +```bash wget https://raw.githubusercontent.com/hxcde/scriptfordummies/main/addalias.sh -''' +``` Run the script -'''bash +```bash sh addalias.sh -''' +```