From 509aa24633f5bd087b8de18b7cf7963b6078e2a4 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 31 Mar 2020 00:38:56 +0800 Subject: [PATCH] doc: update readme. --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8c842b278..0c04049b3 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 文件夹之后就可以单独部署了。