Skip to content

Commit

Permalink
install with wget
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez committed Jun 24, 2016
1 parent a06d53d commit 2168faf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ $ brew install salty
Install first: [nodejs](https://nodejs.org/)

```
$ git clone https://github.com/carlos8f/salty.git
$ sudo ln -s `pwd`/salty/salty /usr/local/bin/salty
$ wget https://github.com/carlos8f/salty/archive/v4.0.0.tar.gz
$ shasum -a 256 v4.0.0.tar.gz
98d9b9a5bb6e11e1292a8153a4c8b0741bb53cefce826783297aa7df55c2f903 v4.0.0.tar.gz
$ tar -xf v4.0.0.tar.gz
$ sudo ln -sf `pwd`/salty-4.0.0/bin/salty /usr/local/bin/salty
```

## Useful links
Expand Down

0 comments on commit 2168faf

Please sign in to comment.