From 938e7c7f918e1caaaa54fc31ebcb68109d399e99 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 15 Sep 2014 09:56:38 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32b71d1..e5859f4 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,10 @@ A simple Web **IDE** for golang. ## Setup from sources 1. Downloads source -2. Gets dependencies with `go get -u`, `go get -u github.com/88250/ide_stub` and `go get -u github.com/nsf/gocode` +2. Gets dependencies with + * `go get -u` + * `go get -u github.com/88250/ide_stub` + * `go get -u github.com/nsf/gocode` 3. Compiles wide with `go build` 4. Configures `conf/wide.json` 5. Runs the executable `wide` or `wide.exe`