Updated README.md with installation instructions
This commit is contained in:
parent
43af2de8e1
commit
ac359f163b
14
README.md
14
README.md
|
@ -10,6 +10,20 @@
|
||||||
- License : GPL3 or Later
|
- License : GPL3 or Later
|
||||||
- Description: This tool allows for the management of bash auto completion of hostnames when using SSH or RSync in Bash.
|
- Description: This tool allows for the management of bash auto completion of hostnames when using SSH or RSync in Bash.
|
||||||
|
|
||||||
|
## INSTALLATION
|
||||||
|
|
||||||
|
For most people it will be as simple as this...
|
||||||
|
|
||||||
|
````
|
||||||
|
$ curl https://git.zaks.web.za/zaks-web/achar/raw/branch/main/install | sudo bash
|
||||||
|
````
|
||||||
|
|
||||||
|
If you are already at root level...
|
||||||
|
|
||||||
|
````
|
||||||
|
# curl https://git.zaks.web.za/zaks-web/achar/raw/branch/main/install | bash
|
||||||
|
````
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
From the bash terminal, type:
|
From the bash terminal, type:
|
||||||
|
|
Loading…
Reference in New Issue