Skip to content

Commit

Permalink
Update readme with npm instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bdentino committed Sep 18, 2017
1 parent 8c837c4 commit c1f4aad
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 @@ -76,9 +76,9 @@ mac-ranch -d

This already makes it incredibly easy to run a local rancher cluster for experiementation, development, etc. But to achieve even greater levels of rancher bliss, here are a few tips I use in my own environment:

#### Install the latest from github
#### Install the latest from npm
```
curl -s https://raw.githubusercontent.com/finboxio/mac-ranch/master/mac-ranch -o /usr/local/bin/mac-ranch && chmod +x /usr/local/bin/mac-ranch
npm install -g mac-ranch
```

#### [Set up a local registry mirror](https://github.com/docker/distribution/blob/master/docs/recipes/osx-setup-guide.md)
Expand Down

0 comments on commit c1f4aad

Please sign in to comment.