Update README.md

pull/1217/head^2
Ryan Wang 2021-01-25 23:13:56 +08:00 committed by GitHub
parent 305b62c0e4
commit eaa3a80358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 13 deletions

View File

@ -22,27 +22,25 @@
## 快速开始
### 下载最新的 Halo 安装包
下载最新的 Halo 安装包
> 其他地址https://halo.run/archives/download.html
> 其他地址https://docs.halo.run/install/downloads
```bash
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.2/halo-1.4.2.jar --output halo-latest.jar
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.2/halo-1.4.2.jar --output halo.jar
```
或者
```bash
wget https://github.com/halo-dev/halo/releases/download/v1.4.2/halo-1.4.2.jar -O halo-latest.jar
```
### 启动 Halo
```bash
java -jar halo-latest.jar
```
详细部署文档请移步:<https://halo.run/archives/install-quick-start.html>
### Docker:
```bash
docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=always ruibaby/halo
```
详细部署文档请移步:<https://docs.halo.run/install/index>
## 周边
@ -50,7 +48,7 @@ java -jar halo-latest.jar
- 独立评论模块halo-comment<https://github.com/halo-dev/halo-comment>
- 管理 APP已停止维护<https://github.com/halo-dev/halo-app>
- 主题仓库:<https://halo.run/p/themes.html>
- 资源下载:<https://dl.halo.run>
- 资源下载:<https://docs.halo.run/zh/install/downloads>
- WeHalo 小程序:<https://github.com/aquanlerou/WeHalo>
## 许可证