Skip to content

Commit

Permalink
Add basic linux install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBrock committed May 30, 2018
1 parent 823f6be commit bfa1d3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ brew tap TylerBrock/saw
brew install saw
```

### Linux (binary)

```sh
wget <path_to_binary_release>
tar -zxvf <name_of_binary_release>
mv saw /usr/local/bin
```

Usage
-----

Expand Down

0 comments on commit bfa1d3f

Please sign in to comment.