Skip to content

Commit

Permalink
bunch of fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gocruncher committed Sep 11, 2020
1 parent 752b0af commit b0461d9
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 @@ -11,7 +11,7 @@ Fetch the [latest release](https://github.com/gocruncher/jbuilder/releases) for
#### Linux

```bash
sudo wget https://github.com/gocruncher/jbuilder/releases/download/v1.0.0/jbuilder-1.0.0-linux-amd64 -O /usr/local/bin/jb
sudo wget https://github.com/gocruncher/jbuilder/releases/download/v1.0.1/jbuilder-1.0.1-linux-amd64 -O /usr/local/bin/jb
sudo chmod +x /usr/local/bin/jb
```

Expand All @@ -23,7 +23,7 @@ brew install jb
```
#### OS X bash
```bash
sudo curl -Lo /usr/local/bin/jb https://github.com/gocruncher/jbuilder/releases/download/v1.0.0/jbuilder-1.0.0-darwin-amd64
sudo curl -Lo /usr/local/bin/jb https://github.com/gocruncher/jbuilder/releases/download/v1.0.1/jbuilder-1.0.1-darwin-amd64
sudo chmod +x /usr/local/bin/jb
```

Expand Down

0 comments on commit b0461d9

Please sign in to comment.