mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-19 08:43:55 +00:00
docs: update download links in JAR deployment documentation (#486)
Update download links in JAR deployment documentation ```release-note None ```
This commit is contained in:
@@ -53,7 +53,7 @@ title: 使用 JAR 文件部署
|
|||||||
3. 下载运行包
|
3. 下载运行包
|
||||||
|
|
||||||
```bash
|
```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
|
:::info
|
||||||
@@ -249,9 +249,15 @@ journalctl -n 20 -u halo
|
|||||||
3. 下载新版本的 Halo 运行包,覆盖原有的运行包
|
3. 下载新版本的 Halo 运行包,覆盖原有的运行包
|
||||||
|
|
||||||
```bash
|
```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 服务
|
4. 启动 Halo 服务
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@@ -53,7 +53,7 @@ title: 使用 JAR 文件部署
|
|||||||
3. 下载运行包
|
3. 下载运行包
|
||||||
|
|
||||||
```bash
|
```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
|
:::info
|
||||||
@@ -249,9 +249,15 @@ journalctl -n 20 -u halo
|
|||||||
3. 下载新版本的 Halo 运行包,覆盖原有的运行包
|
3. 下载新版本的 Halo 运行包,覆盖原有的运行包
|
||||||
|
|
||||||
```bash
|
```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 服务
|
4. 启动 Halo 服务
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Reference in New Issue
Block a user