Update README.md

This commit is contained in:
hxcde 2023-01-20 11:20:48 +01:00 committed by GitHub
parent f1b256f7a7
commit ed9e0ce845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,10 @@ Small linux scripts for beginners who do not know the terminal well.
## Alias add script ## Alias add script
Get the script Get the script
'''bash ```bash
wget https://raw.githubusercontent.com/hxcde/scriptfordummies/main/addalias.sh wget https://raw.githubusercontent.com/hxcde/scriptfordummies/main/addalias.sh
''' ```
Run the script Run the script
'''bash ```bash
sh addalias.sh sh addalias.sh
''' ```