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 +```