Update README.md
This commit is contained in:
parent
87c205b086
commit
261583672d
|
@ -5,6 +5,7 @@
|
|||
A <b>W</b>eb <b>IDE</b> IDE for Teams using Golang.
|
||||
|
||||
## Motivation
|
||||
|
||||
* **Team** IDE:
|
||||
* Safe and reliable: the project source code stored on the server in real time, the developer's machine crashes without losing any source code
|
||||
* Unified environment: server unified development environment configuration, the developer machine without any additional configuration
|
||||
|
@ -80,10 +81,12 @@ A <b>W</b>eb <b>IDE</b> IDE for Teams using Golang.
|
|||
* 20140913, png ![](http://b3log.org/wide/demo/20140913.png)
|
||||
|
||||
### Olds
|
||||
|
||||
* [20140910, png](http://b3log.org/wide/demo/20140910.png)
|
||||
* [20140823, swf](http://b3log.org/wide/demo/20140823.html)
|
||||
|
||||
## Setup from sources
|
||||
|
||||
1. Downloads source
|
||||
2. Gets dependencies with
|
||||
* `go get -u`
|
||||
|
@ -94,14 +97,17 @@ A <b>W</b>eb <b>IDE</b> IDE for Teams using Golang.
|
|||
5. Runs the executable `wide` or `wide.exe`
|
||||
|
||||
## Known Issues
|
||||
|
||||
* [Shell is not available on Windows](https://github.com/b3log/wide/issues/32)
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) 2014, B3log Team (http://b3log.org)
|
||||
|
||||
Licensed under the [Apache License 2.0](https://github.com/b3log/wide/blob/master/LICENSE).
|
||||
|
||||
## Credits
|
||||
|
||||
* [golang](http://golang.org)
|
||||
* [CodeMirror](https://github.com/marijnh/CodeMirror)
|
||||
* [zTree](https://github.com/zTree/zTree_v3)
|
||||
|
|
Loading…
Reference in New Issue