Skip to content

Commit

Permalink
Update for newer release format
Browse files Browse the repository at this point in the history
macOS now distributed as `.tar.gz` files instead of `.zip`
  • Loading branch information
rahearn committed Feb 12, 2019
1 parent 448ef66 commit 7917bad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ In your terminal, run the following:

```sh
cd ~/Downloads
curl -L https://github.com/opencontrol/compliance-masonry/releases/download/v1.1.5/compliance-masonry_1.1.5_darwin_amd64.zip -o compliance-masonry.zip
unzip compliance-masonry.zip
cp compliance-masonry_1.1.5_darwin_amd64/compliance-masonry /usr/local/bin
curl -L https://github.com/opencontrol/compliance-masonry/releases/download/v1.1.5/compliance-masonry_1.1.5_darwin_amd64.tar.gz -o compliance-masonry.tar.gz
tar -xf compliance-masonry.tar.gz
cp compliance-masonry /usr/local/bin
```

## Windows
Expand Down

0 comments on commit 7917bad

Please sign in to comment.