doc: update download links (#1761)

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/1764/head
Ryan Wang 2022-03-23 13:10:48 +08:00 committed by GitHub
parent 6533089555
commit c46fd5474d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
下载最新的 Halo 运行包:
```bash
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.17/halo-1.4.17.jar --output halo.jar
curl -L https://github.com/halo-dev/halo/releases/download/v1.5.0/halo-1.5.0.jar --output halo.jar
```
其他地址:<https://docs.halo.run/getting-started/downloads>
@ -41,7 +41,7 @@ java -jar halo.jar
### Docker
```bash
docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=always halohub/halo
docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=always halohub/halo:1.5.0
```
详细部署文档请查阅:<https://docs.halo.run/getting-started/install/linux>