Compare commits

..

2 Commits

Author SHA1 Message Date
kuaifan
f20c655a23 update README.md 2024-10-28 23:01:40 +08:00
kuaifan
5c3857433e update README.md 2023-08-02 11:04:21 +08:00
2 changed files with 10 additions and 4 deletions

View File

@@ -12,7 +12,10 @@ English | **[中文文档](./README_CN.md)**
```bash
# 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 update
```
@@ -23,7 +26,7 @@ Group No.: `546574618`
## Setup
- `Docker` & `Docker Compose v2.0+` must be installed
- `Docker v20.10+` & `Docker Compose v2.0+` must be installed
- System: `Centos/Debian/Ubuntu/macOS`
- Hardware suggestion: 2 cores and above 4G memory

View File

@@ -12,7 +12,10 @@
```bash
# 普通版升级至Pro版
git checkout -b pro origin/pro
git fetch origin pro:pro
git stash save
git checkout pro
./cmd up -d
./cmd update
```
@@ -23,7 +26,7 @@ git checkout -b pro origin/pro
## 安装程序
- 必须安装:`Docker``Docker Compose v2.0+`
- 必须安装:`Docker v20.10+``Docker Compose v2.0+`
- 支持环境:`Centos/Debian/Ubuntu/macOS`
- 硬件建议2核4G以上