Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yaniveliash authored Sep 22, 2019
1 parent 31ddf17 commit b8fff1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Compile with `go build` for your desired architecture
- Cross compile for OSX: `GOOS=darwin GOARCH=amd64 go build -o aredn_ss_osx`
- Cross compile for Linux: `GOOS=linux GOARCH=amd64 go build -o aredn_ss_linux`

> Pre-Compiled can be found [here](https://github.com/geostant/aredn_discovery/releases)
# Usage
Run on a raspberry pi or any other machine that connected to the AREDN network by executing the file and running it in the background,
for example `./aredn_ss_arm &` (for long term - better to use `screen` or other method to run on boot in the background)
Expand Down

0 comments on commit b8fff1b

Please sign in to comment.