From 6279324854fa7a9a2bc1dc354dba7d0afa838363 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 20 Nov 2014 13:20:21 +0800 Subject: [PATCH] update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b2519e..89caa92 100644 --- a/README.md +++ b/README.md @@ -104,9 +104,9 @@ Download [HERE](http://pan.baidu.com/s/1dD3XwOT)! 1. [Download](https://github.com/b3log/wide/archive/master.zip) source or by `git clone` 2. Get dependencies with - * `go get -u` - * `go get -u github.com/88250/ide_stub` - * `go get -u github.com/nsf/gocode` + * `go get` + * `go get github.com/88250/ide_stub` + * `go get github.com/nsf/gocode` 3. Compile wide with `go build` ### Docker