From 327064b4ba443fefdb86154269399fd3744a7231 Mon Sep 17 00:00:00 2001 From: Brandon Wiley Date: Tue, 29 Nov 2016 11:34:06 -0600 Subject: Fixed go get command in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4abb650..1824068 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ to keep all of your Go source code: Software written in Go is installed using the `go get` command: - go get github.com/OperatorFoundation/shapeshifter-dispatcher + go get -u github.com/OperatorFoundation/shapeshifter-dispatcher/shapeshifter-dispatcher This will fetch the source code for shapeshifter-dispatcher, and all the dependencies, compile everything, and put the result in -- cgit v1.2.3