Update README.md

This commit is contained in:
hxcde 2023-01-20 11:19:57 +01:00 committed by GitHub
parent e14e0bb0b7
commit 3e3272b78b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,12 @@
# scriptfordummies # scriptfordummies
Small linux scripts for beginners who do not know the terminal well. 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
'''