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
```