From a8ade9b4075e49b4a5e665f4abd26c1b98326315 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 22 May 2021 20:37:02 -0400 Subject: [PATCH] README: add instructions for go get --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b0c3c33..843c145 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- 2.38.4