Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
  • Loading branch information
Jianhui Zhao committed Apr 5, 2018
1 parent 7e12816 commit f86eeba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ Install RTTY

git clone https://github.com/zhaojh329/rtty.git
cd rtty && cmake . && sudo make install
sudo ldconfig

Run RTTY
Replace the following parameters with your own parameters
Run RTTY(Replace the following parameters with your own parameters)

sudo rtty -I 'My-device-ID' -h 'your-server' -p 5912 -a -v -s -d 'My Device Description'

Expand Down Expand Up @@ -150,7 +150,7 @@ You can easily embed RTTY into your existing platform: `https://your-server-host
Automatic login: `https://your-server:5912/?id=device-id&username=device-username&password=device-password`

## Upload file and download file
Open the context menu with the shortcut key: Ctrl+Shift+f
Open the context menu with the shortcut key: Ctrl + Shift + F

## Execute a command remote
### Shell
Expand Down
6 changes: 3 additions & 3 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ rtty非常适合远程维护你的或者你公司的部署在全球各地的成

git clone https://github.com/zhaojh329/rtty.git
cd rtty && cmake . && sudo make install
sudo ldconfig

运行RTTY
将下面的参数替换为你自己的参数
运行RTTY(将下面的参数替换为你自己的参数)

sudo rtty -I 'My-device-ID' -h 'your-server' -p 5912 -a -v -s -d 'My Device Description'

Expand Down Expand Up @@ -142,7 +142,7 @@ rtty非常适合远程维护你的或者你公司的部署在全球各地的成
自动登录: `https://your-server:5912/?id=device-id&username=device-username&password=device-password`

## 上传文件和下载文件
使用快捷键打开菜单: Ctrl+Shift+f
使用快捷键打开菜单: Ctrl + Shift + F

## 远程执行命令
### Shell
Expand Down

0 comments on commit f86eeba

Please sign in to comment.