Skip to content

Commit

Permalink
Added simple Windows compile instructions.
Browse files Browse the repository at this point in the history
Clean up the Windows instructions.

Closes #8
  • Loading branch information
brady1408 authored and TylerBrock committed Aug 1, 2018
1 parent b4a6df8 commit 6336105
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ wget <link_to_deb_you_need_from_releases>
sudo dpkg -i <the_deb_name>
```

### Manual Install/Update

- [Install go](https://golang.org/doc/install)
- Configure your `GOPATH` and add `$GOPATH/bin` to your path
- Run `go get -u github.com/TylerBrock/saw`

#### Windows Specifics

- Add %GOPATH%/bin to your path (optional)
- Run from gopath/bin (If not in your path)
```DOS .bat
cd %GOPATH%/bin
saw ...
```

## Usage

- Basic
Expand Down

0 comments on commit 6336105

Please sign in to comment.