Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cgkings authored Jul 17, 2020
1 parent 4b9015d commit ac57bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<summary>步骤一:克隆库/赋予脚本权限/运行一键安装脚本</summary>

```
git clone https://github.com/cgkings/fclone_shell_bot.git && cd ~/fclone_shell_bot && npm install
git clone https://github.com/cgkings/fclone_shell_bot.git && cd ~/fclone_shell_bot && npm install && chmod -R 777 ~/fclone_shell_bot && mv /root/fclone_shell_bot/fcshell.sh /root
chmod -R 777 ~/fclone_shell_bot && mv /root/fclone_shell_bot/fcshell.sh /root && ./fcshell.sh
cd /root && ./fcshell.sh
```

</details>
Expand Down

0 comments on commit ac57bcb

Please sign in to comment.