Perfetct README

pull/174/head
johnniang 2019-06-01 16:46:53 +08:00
parent 7e85cd6887
commit b03ab69acf
1 changed files with 21 additions and 11 deletions

View File

@ -23,26 +23,36 @@
## 快速开始 ## 快速开始
```bash ### 下载最新的 Halo 安装包
# 下载最新的 Halo 安装包
wget https://github.com/halo-dev/halo/releases/download/v1.0.0-beta.8/halo-1.0.0-beta.8.jar -O halo-latest.jar
# 启动 Halo ```bash
nohup java -jar halo-latest.jar & $ curl -L https://github.com/halo-dev/halo/releases/download/v1.0.0-beta.9/halo-1.0.0-beta.9.jar --output halo-latest.jar
``` ```
详细文档请移步:<[https://halo.run/docs](https://halo.run/docs)> 或者
```bash
$ wget https://github.com/halo-dev/halo/releases/download/v1.0.0-beta.9/halo-1.0.0-beta.9.jar -O halo-latest.jar
```
### 启动 Halo
```bash
$ nohup java -jar halo-latest.jar &
```
详细文档请移步:<https://halo.run/docs>
## 博客示例 ## 博客示例
请移步: <[https://github.com/halo-dev/halo/issues/26](https://github.com/halo-dev/halo/issues/26)>。 请移步: <https://github.com/halo-dev/halo/issues/26>
## 周边 ## 周边
- 后台管理halo-admin<[https://github.com/halo-dev/halo-admin](https://github.com/halo-dev/halo-admin)> - 后台管理halo-admin<https://github.com/halo-dev/halo-admin>
- 独立评论模块halo-comment<[https://github.com/halo-dev/halo-comment](https://github.com/halo-dev/halo-comment)> - 独立评论模块halo-comment<https://github.com/halo-dev/halo-comment>
- 管理 APPhalo-app<[https://github.com/halo-dev/halo-app](https://github.com/halo-dev/halo-app)> - 管理 APPhalo-app<https://github.com/halo-dev/halo-app>
- 主题仓库:<[https://halo.run/theme](https://halo.run/theme)> - 主题仓库:<https://halo.run/theme>
## 许可证 ## 许可证