Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
Jianhui Zhao committed Jan 18, 2018
1 parent 7c02429 commit e2f2027
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 58 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
5. 提交代码并推送到服务器,然后从Github提交pull request。
git commit --signoff
git push
git push origin rttys-1-fix
6. 等待审查,如果被接受,你的修改将会被合并到主分支。
Expand Down
28 changes: 0 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
28 changes: 0 additions & 28 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e2f2027

Please sign in to comment.