diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 776c5d8..1b38f47 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ If you want to contribute to [rttys](https://github.com/zhaojh329/rttys), please 5. Commit and push your changes, then make a pull request from Github. git commit --signoff - git push + git push origin rttys-1-fix 6. Awaiting review, if accepted, merged! diff --git a/CONTRIBUTING_ZH.md b/CONTRIBUTING_ZH.md index 16ec8a8..16ad899 100755 --- a/CONTRIBUTING_ZH.md +++ b/CONTRIBUTING_ZH.md @@ -25,7 +25,7 @@ 5. 提交代码并推送到服务器,然后从Github提交pull request。 git commit --signoff - git push + git push origin rttys-1-fix 6. 等待审查,如果被接受,你的修改将会被合并到主分支。 diff --git a/README.md b/README.md index 25ecb68..fb1a986 100755 --- a/README.md +++ b/README.md @@ -6,34 +6,6 @@ The server side of [rtty](https://github.com/zhaojh329/rtty) `Keep Watching for More Actions on This Space` -![](/rtty.svg) - -![](/rtty.gif) - -# How to install -Install the GO language environment (if you haven't installed it) - - sudo apt-get install golang - -Install dependent packages - - go get github.com/gorilla/websocket - go get github.com/rakyll/statik - -Install rtty server - - go get github.com/zhaojh329/rttys - -Manual run - - $GOPATH/bin/rttys -port 5912 - -Install the automatic boot script - - cd $GOPATH/src/github.com/zhaojh329/rttys - sudo ./install.sh - sudo /etc/init.d/rttys start - # Contributing If you would like to help making [rttys](https://github.com/zhaojh329/rttys) better, see the [CONTRIBUTING.md](https://github.com/zhaojh329/rttys/blob/master/CONTRIBUTING.md) file. \ No newline at end of file diff --git a/README_ZH.md b/README_ZH.md index 086a42e..277e4d1 100755 --- a/README_ZH.md +++ b/README_ZH.md @@ -6,34 +6,6 @@ `请保持关注以获取最新的项目动态` -![](/rtty.svg) - -![](/rtty.gif) - -# 如何安装 -安装GO语言环境(如果您还未安装) - - sudo apt-get install golang - -安装依赖包 - - go get github.com/gorilla/websocket - go get github.com/rakyll/statik - -安装rtty server - - go get github.com/zhaojh329/rttys - -手动运行 - - $GOPATH/bin/rttys -port 5912 - -安装自启动脚本,后台运行 - - cd $GOPATH/src/github.com/zhaojh329/rttys - sudo ./install.sh - sudo /etc/init.d/rttys start - # 贡献代码 如果你想帮助[rttys](https://github.com/zhaojh329/rttys)变得更好,请参考 [CONTRIBUTING_ZH.md](https://github.com/zhaojh329/rttys/blob/master/CONTRIBUTING_ZH.md)。