From 21ac5e1bd0afdaccf3aa2c6b11840185430394ff Mon Sep 17 00:00:00 2001 From: John Niang Date: Wed, 22 Apr 2020 13:24:09 +0800 Subject: [PATCH] doc: add more download sources support (#781) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d068574c2..68a69d40c 100755 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ PS:实在不想写这个声明(影响 README 的美观),但是就目前 ### 下载最新的 Halo 安装包 +> 其他地址:https://halo.run/archives/download.html + ```bash curl -L https://github.com/halo-dev/halo/releases/download/v1.3.2/halo-1.3.2.jar --output halo-latest.jar ```