mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 10:33:54 +00:00
update README.md
This commit is contained in:
parent
5c3857433e
commit
f20c655a23
@ -12,7 +12,10 @@ English | **[中文文档](./README_CN.md)**
|
|||||||
```bash
|
```bash
|
||||||
# Upgrade from the regular version to the pro version
|
# Upgrade from the regular version to the pro version
|
||||||
|
|
||||||
git checkout -b pro origin/pro
|
git fetch origin pro:pro
|
||||||
|
git stash save
|
||||||
|
git checkout pro
|
||||||
|
|
||||||
./cmd up -d
|
./cmd up -d
|
||||||
./cmd update
|
./cmd update
|
||||||
```
|
```
|
||||||
|
|||||||
@ -12,7 +12,10 @@
|
|||||||
```bash
|
```bash
|
||||||
# 普通版升级至Pro版
|
# 普通版升级至Pro版
|
||||||
|
|
||||||
git checkout -b pro origin/pro
|
git fetch origin pro:pro
|
||||||
|
git stash save
|
||||||
|
git checkout pro
|
||||||
|
|
||||||
./cmd up -d
|
./cmd up -d
|
||||||
./cmd update
|
./cmd update
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user