Update README.md

This commit is contained in:
hxcde
2023-01-20 11:20:48 +01:00
committed by GitHub
parent f1b256f7a7
commit ed9e0ce845

View File

@ -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
'''
```