From 108b03be2159e82a5a5c3adb80083dbc766d2064 Mon Sep 17 00:00:00 2001 From: derek mcquay Date: Tue, 10 Apr 2018 20:12:05 -0700 Subject: [PATCH] readme edits --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5a3488..47b76de 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,12 @@ Simple IP counting web service Installing From Source ============================== -Move the `hdx` directory in the root of your `$GOPATH`. Once there, you can -install by running +Clone the repo or if your `$GOPATH` is already set, run: + +```bash +go get s.mcquay.me/dm/hdx +``` +Once there, you can install by running ```bash $ go install hdx/...