mirror of https://github.com/halo-dev/halo
Update README.md
parent
bec10e9066
commit
c07f4e8fe1
|
@ -24,6 +24,8 @@
|
|||
|
||||
## 快速开始
|
||||
|
||||
### Fat Jar
|
||||
|
||||
下载最新的 Halo 运行包:
|
||||
|
||||
其他地址:https://docs.halo.run/install/downloads
|
||||
|
@ -36,7 +38,7 @@ curl -L https://github.com/halo-dev/halo/releases/download/v1.4.8/halo-1.4.8.jar
|
|||
java -jar halo.jar
|
||||
```
|
||||
|
||||
### Docker:
|
||||
### Docker
|
||||
|
||||
```bash
|
||||
docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=always halohub/halo
|
||||
|
|
Loading…
Reference in New Issue