From fc4221c8efcdba0fcd27282ddd057c301d44ea09 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Mon, 26 Dec 2022 18:30:01 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D:=20Add=20`update.sh`=20usage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2d99d27..3a03754 100644 --- a/README.md +++ b/README.md @@ -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 @@ -294,7 +294,6 @@ You can stop the api service by running: systemctl stop web_api.service > 开启/停止服务 - web服务:`systemctl start/stop web_app.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` - -- `git pull https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git` +- `cd /www/wwwroot/Douyin_TikTok_Download_API/bash` +- `sudo sh update.sh` ## 💽部署(方式二 Docker)