mirror of https://github.com/halo-dev/halo
Update README.md
parent
305b62c0e4
commit
eaa3a80358
24
README.md
24
README.md
|
@ -22,27 +22,25 @@
|
||||||
|
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
### 下载最新的 Halo 安装包
|
下载最新的 Halo 安装包:
|
||||||
|
|
||||||
> 其他地址:https://halo.run/archives/download.html
|
> 其他地址:https://docs.halo.run/install/downloads
|
||||||
|
|
||||||
```bash
|
```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
|
```bash
|
||||||
java -jar halo-latest.jar
|
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>
|
- 独立评论模块(halo-comment):<https://github.com/halo-dev/halo-comment>
|
||||||
- 管理 APP(已停止维护):<https://github.com/halo-dev/halo-app>
|
- 管理 APP(已停止维护):<https://github.com/halo-dev/halo-app>
|
||||||
- 主题仓库:<https://halo.run/p/themes.html>
|
- 主题仓库:<https://halo.run/p/themes.html>
|
||||||
- 资源下载:<https://dl.halo.run>
|
- 资源下载:<https://docs.halo.run/zh/install/downloads>
|
||||||
- WeHalo 小程序:<https://github.com/aquanlerou/WeHalo>
|
- WeHalo 小程序:<https://github.com/aquanlerou/WeHalo>
|
||||||
|
|
||||||
## 许可证
|
## 许可证
|
||||||
|
|
Loading…
Reference in New Issue