From 24a54ab5fb8474929b62a43d0f8416bcbbbac721 Mon Sep 17 00:00:00 2001 From: AbelLykens <47113175+AbelLykens@users.noreply.github.com> Date: Fri, 28 Aug 2020 07:09:56 +0000 Subject: [PATCH] A git pull will get accounting and more guggero 07:08 yeah, the go get command changed its meaning in recent go versions. we should probably change our instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1f0de5..ce6cb13 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ A [Makefile](https://github.com/lightninglabs/faraday/blob/master/Makefile) is p ``` go get -d github.com/lightninglabs/faraday cd $GOPATH/src/github.com/lightninglabs/faraday +git pull make && make install ``` @@ -98,4 +99,4 @@ make itest Individual itests can also be run using: ``` ./run_itest.sh {test name} -``` \ No newline at end of file +```