From a514f7fd0cdf1c435678f7c2ea1e83672a6111e4 Mon Sep 17 00:00:00 2001 From: Zafar Khaydarov Date: Sun, 19 Nov 2017 23:19:40 -0500 Subject: [PATCH] Update README.md installation instruction small fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 985e4cf..a0b67d4 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ To install, use `go get` and `make install`. We tag versions so feel free to che ```bash $ go get -d github.com/tcnksm/gcli $ cd $GOPATH/src/github.com/tcnksm/gcli -$ make install +$ make && make install ``` ## Contribution