Skip to content

Commit

Permalink
更新升级说明
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 8, 2021
1 parent c3c3c6b commit ee7a53f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,15 @@ proxy_set_header X-Forwarded-Proto $scheme;
**Note: Please back up your data before upgrading!**

```bash
# Enter directory and run command
# Method 1: Enter directory and run command
./cmd update

# Or method 2: use this method if method 1 fails
git pull
./cmd mysql backup
./cmd uninstall
./cmd install
./cmd mysql recovery
```

## Uninstall
Expand Down
9 changes: 8 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,15 @@ proxy_set_header X-Forwarded-Proto $scheme;
**注意:在升级之前请备份好你的数据!**

```bash
# 进入项目所在目录,运行一下命令即可
# 方法1:进入项目所在目录,运行一下命令即可
./cmd update

# (或者)方法2:如果方法1失败请使用此方法
git pull
./cmd mysql backup
./cmd uninstall
./cmd install
./cmd mysql recovery
```

## 卸载项目
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.3.36",
"version": "0.3.47",
"description": "DooTask is task management system.",
"main": "main.js",
"license": "MIT",
Expand Down

0 comments on commit ee7a53f

Please sign in to comment.