Update README.md

This commit is contained in:
Liang Ding 2014-09-14 22:32:19 +08:00
parent 1bed65f17a
commit 9ab76c1552
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ A simple <b>W</b>eb **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`