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.
|
A <b>W</b>eb <b>IDE</b> IDE for Teams using Golang.
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
* **Team** IDE:
|
* **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
|
* 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
|
* 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)
|
* 20140913, png ![](http://b3log.org/wide/demo/20140913.png)
|
||||||
|
|
||||||
### Olds
|
### Olds
|
||||||
|
|
||||||
* [20140910, png](http://b3log.org/wide/demo/20140910.png)
|
* [20140910, png](http://b3log.org/wide/demo/20140910.png)
|
||||||
* [20140823, swf](http://b3log.org/wide/demo/20140823.html)
|
* [20140823, swf](http://b3log.org/wide/demo/20140823.html)
|
||||||
|
|
||||||
## Setup from sources
|
## Setup from sources
|
||||||
|
|
||||||
1. Downloads source
|
1. Downloads source
|
||||||
2. Gets dependencies with
|
2. Gets dependencies with
|
||||||
* `go get -u`
|
* `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`
|
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)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright (c) 2014, B3log Team (http://b3log.org)
|
Copyright (c) 2014, B3log Team (http://b3log.org)
|
||||||
|
|
||||||
Licensed under the [Apache License 2.0](https://github.com/b3log/wide/blob/master/LICENSE).
|
Licensed under the [Apache License 2.0](https://github.com/b3log/wide/blob/master/LICENSE).
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
* [golang](http://golang.org)
|
* [golang](http://golang.org)
|
||||||
* [CodeMirror](https://github.com/marijnh/CodeMirror)
|
* [CodeMirror](https://github.com/marijnh/CodeMirror)
|
||||||
* [zTree](https://github.com/zTree/zTree_v3)
|
* [zTree](https://github.com/zTree/zTree_v3)
|
||||||
|
|
Loading…
Reference in New Issue