📝: Add update.sh usage

This commit is contained in:
Evil0ctal 2022-12-26 18:30:01 -08:00 committed by GitHub
parent 5fda8df287
commit fc4221c8ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,7 +246,7 @@ https://api.douyin.wtf/@evil0ctal/video/7156033831819037994
> 使用脚本一键部署本项目 > 使用脚本一键部署本项目
- 使用wget命令下载[install.sh](https://raw.githubusercontent.com/Evil0ctal/Douyin_TikTok_Download_API/main/install.sh)至服务器 - 使用wget命令下载[install.sh](https://raw.githubusercontent.com/Evil0ctal/Douyin_TikTok_Download_API/main/bash/install.sh)至服务器
``` ```
wget https://raw.githubusercontent.com/Evil0ctal/Douyin_TikTok_Download_API/main/install.sh wget https://raw.githubusercontent.com/Evil0ctal/Douyin_TikTok_Download_API/main/install.sh
@ -294,7 +294,6 @@ You can stop the api service by running: systemctl stop web_api.service
> 开启/停止服务 > 开启/停止服务
- web服务`systemctl start/stop web_app.service` - web服务`systemctl start/stop web_app.service`
- api服务`systemctl start/stop web_api.service` - api服务`systemctl start/stop web_api.service`
> 开启/关闭开机自动运行 > 开启/关闭开机自动运行
@ -304,9 +303,8 @@ You can stop the api service by running: systemctl stop web_api.service
> 更新项目 > 更新项目
- `cd /www/wwwroot` - `cd /www/wwwroot/Douyin_TikTok_Download_API/bash`
- `sudo sh update.sh`
- `git pull https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git`
## 💽部署(方式二 Docker) ## 💽部署(方式二 Docker)