Update README.md

This commit is contained in:
Liang Ding 2014-09-10 22:42:36 +08:00
parent 9f0f9cc0f6
commit 305ff80112
1 changed files with 5 additions and 4 deletions

View File

@ -36,11 +36,12 @@ A simple <b>W</b>eb **IDE** for golang.
## Demos ## Demos
* [20140823](http://b3log.org/wide/demo/20140823.html) * [20140823](http://b3log.org/wide/demo/20140823.html)
## Setup ## Setup from sources
1. Downloads source 1. Downloads source
2. Compiles wide with `go build` 2. Gets dependencies with `go get`
3. Configures `conf/wide.json` 3. Compiles wide with `go build`
4. Runs the executable `wide` or `wide.exe` 4. Configures `conf/wide.json`
5. Runs the executable `wide` or `wide.exe`
## Known Issues ## Known Issues
* [Shell is not available on Windows](https://github.com/b3log/wide/issues/32) * [Shell is not available on Windows](https://github.com/b3log/wide/issues/32)