diff --git a/README.md b/README.md index 8c842b27..0c04049b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@
+
@@ -17,19 +18,27 @@
### 独立部署
-克隆项目:
+#### 方式一
+
+直接下载最新构建好的版本,然后部署即可。
+
+https://github.com/halo-dev/halo-admin/releases
+
+#### 方式二
+
+1、克隆项目:
```bash
git clone https://github.com/halo-dev/halo-admin
```
-检出最新版本:
+2、检出最新版本:
```bash
-git checkout v1.2.0
+git checkout v1.3.1
```
-打包构建:
+3、打包构建:
```bash
npm i
@@ -37,4 +46,4 @@ npm i
npm run build
```
-最后,得到 dist 文件夹之后就可以单独部署了。
\ No newline at end of file
+最后,得到 dist 文件夹之后就可以单独部署了。