mirror of
https://github.com/danog/learn-bash.git
synced 2024-11-26 20:04:39 +01:00
Update README.md
This commit is contained in:
parent
db8e2f4a40
commit
0154287611
20
README.md
20
README.md
@ -1,2 +1,20 @@
|
||||
# learn-bash
|
||||
Script to learn bash scripting
|
||||
Script to learn bash scripting.
|
||||
|
||||
|
||||
This project is licensed under the GPLv3 license.
|
||||
|
||||
|
||||
To install this script run the following command on any Linux/Unix system, including, Mac OS X and iOS.
|
||||
|
||||
```
|
||||
wget http://daniilgentili.magix.net/learn.sh && chmod +x learn.sh
|
||||
```
|
||||
|
||||
And execute the script with this command:
|
||||
```
|
||||
./learn.sh
|
||||
```
|
||||
|
||||
Happy learning!
|
||||
Daniil Gentili
|
||||
|
Loading…
Reference in New Issue
Block a user