diff --git a/README.md b/README.md index 12d61173a..e3820e2c7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ English | **[中文文档](./README_CN.md)** **🎉 The Pro version is now available, and you can upgrade to the Pro version for free with the following command, [Functional compare](https://www.dootask.com/pro)。** ```bash -# The Pro version is now available and can be upgraded to the Pro version for free with the following command +# Upgrade from the regular version to the pro version git checkout -b pro origin/pro ./cmd up -d @@ -27,15 +27,32 @@ Group No.: `546574618` - System: `Centos/Debian/Ubuntu/macOS` - Hardware suggestion: 2 cores and above 4G memory -### Deployment project +### Deployment(Pro Edition) ```bash # 1、Clone the repository # Clone projects on github -git clone --depth=1 https://github.com/kuaifan/dootask.git +git clone -b pro --depth=1 https://github.com/kuaifan/dootask.git # Or you can use gitee -git clone --depth=1 https://gitee.com/aipaw/dootask.git +git clone -b pro --depth=1 https://gitee.com/aipaw/dootask.git + +# 2、Enter directory +cd dootask + +# 3、Installation(Custom port installation: ./cmd install --port 2222) +./cmd install +``` + +### Deployment (Normal Edition) + +```bash +# 1、Clone the repository + +# Clone projects on github +git clone -b v0.13.0 --depth=1 https://github.com/kuaifan/dootask.git +# Or you can use gitee +git clone -b v0.13.0 --depth=1 https://gitee.com/aipaw/dootask.git # 2、Enter directory cd dootask diff --git a/README_CN.md b/README_CN.md index e9698379c..aa1794edc 100644 --- a/README_CN.md +++ b/README_CN.md @@ -10,6 +10,8 @@ **🎉 Pro版本现已发布,可通过一下命令免费升级至Pro版本,[版本功能比较](https://www.dootask.com/pro)。** ```bash +# 普通版升级至Pro版 + git checkout -b pro origin/pro ./cmd up -d ./cmd update @@ -25,15 +27,32 @@ git checkout -b pro origin/pro - 支持环境:`Centos/Debian/Ubuntu/macOS` - 硬件建议:2核4G以上 -### 部署项目 +### 部署项目(Pro版) ```bash # 1、克隆项目到您的本地或服务器 # 通过github克隆项目 -git clone --depth=1 https://github.com/kuaifan/dootask.git +git clone -b pro --depth=1 https://github.com/kuaifan/dootask.git # 或者你也可以使用gitee -git clone --depth=1 https://gitee.com/aipaw/dootask.git +git clone -b pro --depth=1 https://gitee.com/aipaw/dootask.git + +# 2、进入目录 +cd dootask + +# 3、一键安装项目(自定义端口安装 ./cmd install --port 2222) +./cmd install +``` + +### 部署项目(普通版) + +```bash +# 1、克隆项目到您的本地或服务器 + +# 通过github克隆项目 +git clone -b v0.13.0 --depth=1 https://github.com/kuaifan/dootask.git +# 或者你也可以使用gitee +git clone -b v0.13.0 --depth=1 https://gitee.com/aipaw/dootask.git # 2、进入目录 cd dootask