From 9ab76c15528ec412115ae27992088c0a57e23d5a Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 14 Sep 2014 22:32:19 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5382e35..09f333c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ A simple Web **IDE** for golang. ## Setup from sources 1. Downloads source -2. Gets dependencies with `go get` +2. Gets dependencies with `go get -u` 3. Compiles wide with `go build` 4. Configures `conf/wide.json` 5. Runs the executable `wide` or `wide.exe`