Skip to content

Commit

Permalink
📝 更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Feb 27, 2019
1 parent 80503b2 commit 75e6b25
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions README-en_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@ Fast, concise, and powerful blogging system developed in Java.
## Quick start

Deploy with shell script:

```bash
# install Halo
$ yum install -y wget && wget -O halo-cli.sh https://git.io/fxHqp && bash halo-cli.sh -i

# upgrade Halo
$ bash halo-cli.sh -u
```

Deploy with Docker:
```bash
# pull docker images
Expand Down Expand Up @@ -68,6 +58,16 @@ $ yum install -y wget && wget -O docker-compose.yaml https://git.io/fpS8N
$ docker-compose up -d
```

Deploy with shell script:

```bash
# install Halo
$ yum install -y wget && wget -O halo-cli.sh https://git.io/fxHqp && bash halo-cli.sh -i

# upgrade Halo
$ bash halo-cli.sh -u
```

> Tips: If you use Idea, Eclipse and other IDEs to run, you need to install the Lombok plugin, In addition, JDK10 is not supported at the moment, and there are problems with themes scanning and uploading.
> See the [Halo documentation](https://halo-doc.ryanc.cc/installation/) or [ Wiki](https://github.com/ruibaby/halo/wiki) for more details.
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@
## 快速开始

服务器快速部署:

```bash
# 安装 Halo
$ yum install -y wget && wget -O halo-cli.sh https://git.io/fxHqp && bash halo-cli.sh -i

# 更新 Halo
$ bash halo-cli.sh -u
```

Docker 部署:
```bash
# 拉取镜像
Expand Down Expand Up @@ -68,6 +58,16 @@ $ yum install -y wget && wget -O docker-compose.yaml https://git.io/fpS8N
$ docker-compose up -d
```

脚本部署(不推荐):

```bash
# 安装 Halo
$ yum install -y wget && wget -O halo-cli.sh https://git.io/fxHqp && bash halo-cli.sh -i

# 更新 Halo
$ bash halo-cli.sh -u
```

> 注意:如使用 Idea,Eclipse 等IDE运行的话,需要安装Lombok插件,另外暂不支持JDK10,主题管理和主题上传会有问题。
> 更多请参考[ Halo 使用文档 ](https://halo-doc.ryanc.cc/installation/)或者[ Wiki](https://github.com/ruibaby/halo/wiki)
Expand Down

0 comments on commit 75e6b25

Please sign in to comment.