diff --git a/README.md b/README.md index a9d96ae..67f4e23 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,23 @@ the world. # [Deploying the server side](https://github.com/zhaojh329/rttys) -# How to install and run the Client - rtty +# How to install rtty ## For Linux distribution: Ubuntu, Debian, ArchLinux, Centos -Install wget -qO- https://raw.githubusercontent.com/zhaojh329/rtty/master/tools/install.sh | sudo bash -Command-line Options +## For Buildroot +Select rtty in menuconfig and compile it + + Target packages ---> + Shell and utilities ---> + [*] rtty + +## [For OpenWRT](/OPENWRT.md) + +## [For Other Embedded Linux Platform](/CROSS_COMPILE.md) + +# Command-line Options Usage: rtty [option] -I, --id=string Set an ID for the device(Maximum 63 bytes, valid @@ -80,7 +90,8 @@ Command-line Options -V, --version Show version --help Show usage -Run RTTY(Replace the following parameters with your own parameters) +# How to run rtty +Replace the following parameters with your own parameters sudo rtty -I 'My-device-ID' -h 'your-server' -p 5912 -a -v -d 'My Device Description' @@ -88,10 +99,6 @@ If your rttys is configured with a token, add the following parameter(Replace th -t 34762d07637276694b938d23f10d7164 -## [For OpenWRT](/OPENWRT.md) - -## [For Other Embedded Linux Platform](/CROSS_COMPILE.md) - # Usage Use your web browser to access your server: `http://your-server-host:5913`, then click the connection button diff --git a/README_ZH.md b/README_ZH.md index 58caaae..b3286e9 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -57,13 +57,23 @@ rtty非常适合远程维护您的或者您的公司的部署在全球各地的 # [部署服务端](https://github.com/zhaojh329/rttys/blob/master/README_ZH.md) -# 如何安装和运行rtty客户端 +# 如何安装rtty ## 针对Linux发行版:Ubuntu, Debian, ArchLinux, Centos -安装 wget -qO- https://raw.githubusercontent.com/zhaojh329/rtty/master/tools/install.sh | sudo bash -查看命令行选项 +## 如何在Buildroot中使用 +在menuconfig中选中rtty然后编译 + + Target packages ---> + Shell and utilities ---> + [*] rtty + +## [如何在OpenWRT中使用](/OPENWRT_ZH.md) + +## [其它嵌入式Linux平台](/CROSS_COMPILE.md) + +# 命令行选项 Usage: rtty [option] -I, --id=string Set an ID for the device(Maximum 63 bytes, valid @@ -82,7 +92,8 @@ rtty非常适合远程维护您的或者您的公司的部署在全球各地的 -V, --version Show version --help Show usage -运行RTTY(将下面的参数替换为您自己的参数) +# 运行rtty +将下面的参数替换为您自己的参数 sudo rtty -I 'My-device-ID' -h 'your-server' -p 5912 -a -v -d 'My Device Description' @@ -90,10 +101,6 @@ rtty非常适合远程维护您的或者您的公司的部署在全球各地的 -t 34762d07637276694b938d23f10d7164 -## [如何在OpenWRT中使用](/OPENWRT_ZH.md) - -## [其它嵌入式Linux平台](/CROSS_COMPILE.md) - # 如何使用 使用您的Web浏览器访问您的服务器: `http://your-server-host:5913`,然后点击连接按钮。