Skip to content

Commit 2916c5d

Browse files
authored
Update install.md
1 parent 6051dd7 commit 2916c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

md/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ azure=end
7070
bash sh_client_bot.sh
7171
7272
查看日志(ctrl + c退出日志)
73-
tail -f log_r_client.log
73+
bash sh_client_bot.sh log
7474
7575
终止程序
7676
pgrep -f r_client | xargs -r kill -9
7777
7878
卸载程序
79-
rm -rf gz_client_bot.tar.gz client_config r_client sh_client_bot.sh log_r_client.log debug-.log
79+
bash sh_client_bot.sh uninstall
8080
8181
```

0 commit comments

Comments
 (0)