Skip to content

Commit

Permalink
Update installation docs to work with single script
Browse files Browse the repository at this point in the history
  • Loading branch information
molovo committed Sep 26, 2016
1 parent d991afa commit a093434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ zulu install zunit
```sh
git clone https://github.com/molovo/zunit
cd ./zunit
chmod u+x ./src/zunit
cp ./src/zunit /usr/local/bin
chmod u+x ./zunit
cp ./zunit /usr/local/bin
```

> For best results, the utilities [Color](https://github.com/molovo/color) and [Revolver](https://github.com/molovo/revolver) should be installed, and in your `$PATH`. The zulu installation method will install these dependencies for you.
Expand Down

0 comments on commit a093434

Please sign in to comment.