From 96ed4cb5b033fb84ad73691a22c6e31d1f50799b Mon Sep 17 00:00:00 2001 From: David Hill Date: Thu, 15 Sep 2016 14:25:23 -0400 Subject: [PATCH] Update installation section in README.md Have users use -u along with go get to pull the latest dependencies. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ee8e377..3f1c52e2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ implement and the API is not stable yet. ## Installation ```bash -$ go get github.com/btcsuite/btcrpcclient +$ go get -u github.com/btcsuite/btcrpcclient ``` ## License