mirror of
https://github.com/kdabir/has.git
synced 2024-11-11 14:40:48 +01:00
update installation instrcutions
This commit is contained in:
parent
1745c1d2b2
commit
b691095f22
1 changed files with 22 additions and 0 deletions
22
README.md
22
README.md
|
@ -13,4 +13,26 @@
|
|||
✔ git 2.14.1
|
||||
✔ gradle 4.0.1
|
||||
|
||||
## Installing
|
||||
|
||||
Just download the `has` script in your path.
|
||||
|
||||
If you are lazy, you can has of the internet as well
|
||||
|
||||
curl -sL https://raw.githubusercontent.com/kdabir/has/master/has | bash -s git node npm
|
||||
✔ git 2.14.1
|
||||
✔ node 8.2.1
|
||||
✔ npm 5.3.0
|
||||
|
||||
|
||||
And if that's too much of typing everytime, setup an alias
|
||||
|
||||
alias has="curl -sL https://raw.githubusercontent.com/kdabir/has/master/has | bash -s"
|
||||
|
||||
And uses it
|
||||
|
||||
$ has git
|
||||
✔ git 2.14.1
|
||||
|
||||
|
||||
### ♥
|
||||
|
|
Loading…
Reference in a new issue