From c7a968b0148ba876e1521950ce41d0eb79d5cc82 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Fri, 15 Jun 2018 00:07:08 +0800 Subject: [PATCH] Update README Signed-off-by: Jianhui Zhao --- README.md | 2 +- README_ZH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b359ee..a914fdd 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ https://github.com/zhaojh329/rttys/releases ## Run in background (Ubuntu) - update-rc.d rttys defaults + sudo update-rc.d rttys defaults sudo /etc/init.d/rttys start # Contributing diff --git a/README_ZH.md b/README_ZH.md index 63c0a51..0dd661f 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -44,7 +44,7 @@ https://github.com/zhaojh329/rttys/releases ## 后台运行 (Ubuntu) - update-rc.d rttys defaults + sudo update-rc.d rttys defaults sudo /etc/init.d/rttys start # 贡献代码