Skip to content

Commit

Permalink
docs: update download links in JAR deployment documentation (#486)
Browse files Browse the repository at this point in the history
Update download links in JAR deployment documentation

```release-note
None
```
  • Loading branch information
ruibaby authored Dec 17, 2024
1 parent 0eb010c commit a8c9238
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions docs/getting-started/install/jar-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ title: 使用 JAR 文件部署
3. 下载运行包

```bash
wget https://dl.halo.run/release/halo-2.20.0.jar -O halo.jar
wget https://dl.halo.run/release/halo-2.20.12.jar -O halo.jar
```

:::info
Expand Down Expand Up @@ -249,9 +249,15 @@ journalctl -n 20 -u halo
3. 下载新版本的 Halo 运行包,覆盖原有的运行包

```bash
wget https://dl.halo.run/release/halo-2.20.0.jar -O /home/halo/app/halo.jar
wget https://dl.halo.run/release/halo-2.20.12.jar -O /home/halo/app/halo.jar
```

:::info
以下是官方维护的下载地址:
1. [https://download.halo.run](https://download.halo.run)
2. [https://github.com/halo-dev/halo/releases](https://github.com/halo-dev/halo/releases)
:::

4. 启动 Halo 服务

```bash
Expand Down
10 changes: 8 additions & 2 deletions versioned_docs/version-2.20/getting-started/install/jar-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ title: 使用 JAR 文件部署
3. 下载运行包

```bash
wget https://dl.halo.run/release/halo-2.20.0.jar -O halo.jar
wget https://dl.halo.run/release/halo-2.20.12.jar -O halo.jar
```

:::info
Expand Down Expand Up @@ -249,9 +249,15 @@ journalctl -n 20 -u halo
3. 下载新版本的 Halo 运行包,覆盖原有的运行包

```bash
wget https://dl.halo.run/release/halo-2.20.0.jar -O /home/halo/app/halo.jar
wget https://dl.halo.run/release/halo-2.20.12.jar -O /home/halo/app/halo.jar
```

:::info
以下是官方维护的下载地址:
1. [https://download.halo.run](https://download.halo.run)
2. [https://github.com/halo-dev/halo/releases](https://github.com/halo-dev/halo/releases)
:::

4. 启动 Halo 服务

```bash
Expand Down

0 comments on commit a8c9238

Please sign in to comment.