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