Update readme.

pull/318/head
ruibaby 2019-09-26 14:56:38 +08:00
parent bade5f9f29
commit f2642feb35
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine
VOLUME /tmp
ARG JAR_FILE=build/libs/halo-1.1.0-beta.2.jar
ARG JAR_FILE=build/libs/halo.jar
ARG PORT=8090
ARG TIME_ZONE=Asia/Shanghai

View File

@ -28,13 +28,13 @@
### 下载最新的 Halo 安装包
```bash
curl -L https://github.com/halo-dev/halo/releases/download/v1.1.0/halo-1.1.0.jar --output halo-latest.jar
curl -L https://github.com/halo-dev/halo/releases/download/v1.1.1/halo-1.1.1.jar --output halo-latest.jar
```
或者
```bash
wget https://github.com/halo-dev/halo/releases/download/v1.1.0/halo-1.1.0.jar -O halo-latest.jar
wget https://github.com/halo-dev/halo/releases/download/v1.1.1/halo-1.1.1.jar -O halo-latest.jar
```
### 启动 Halo