mirror of https://github.com/halo-dev/halo
Update README.md
parent
640fa13171
commit
0cfed81dfc
|
@ -26,13 +26,13 @@
|
||||||
### 下载最新的 Halo 安装包
|
### 下载最新的 Halo 安装包
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -L https://github.com/halo-dev/halo/releases/download/v1.0.1/halo-1.0.1.jar --output halo-latest.jar
|
curl -L https://github.com/halo-dev/halo/releases/download/v1.0.2/halo-1.0.2.jar --output halo-latest.jar
|
||||||
```
|
```
|
||||||
|
|
||||||
或者
|
或者
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/halo-dev/halo/releases/download/v1.0.1/halo-1.0.1.jar -O halo-latest.jar
|
wget https://github.com/halo-dev/halo/releases/download/v1.0.2/halo-1.0.3.jar -O halo-latest.jar
|
||||||
```
|
```
|
||||||
|
|
||||||
### 启动 Halo
|
### 启动 Halo
|
||||||
|
|
Loading…
Reference in New Issue