~edwargix/axon

a8ade9b4075e49b4a5e665f4abd26c1b98326315 — David Florness 2 years ago e1cd5b1
README: add instructions for go get
1 files changed, 8 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +8 -0
@@ 11,7 11,15 @@ neurons that seem to connect to

# usage

via go get:
```
go get git.hnitbjorg.xyz/~edwargix/axon
$(go env GOPATH)/bin/axon
```

or from source:
```sh
git clone https://git.hnitbjorg.xyz/~edwargix/axon
go build
./axon help
```