From a89d51e63f81be0b9eccfdfaacd23ecfc73c58d1 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 5 Oct 2022 00:22:24 +0800 Subject: [PATCH] docs: remove readme documentation about running with jar (#2501) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind documentation /milestone 2.0 #### What this PR does / why we need it: 因为目前暂时没有提供 JAR 包,所以移除 README 有关使用 JAR 包运行的文档。 #### Special notes for your reviewer: /cc @halo-dev/sig-halo #### Does this PR introduce a user-facing change? ```release-note None ``` --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 315e0a87f..da77dde13 100755 --- a/README.md +++ b/README.md @@ -32,27 +32,13 @@ ## 快速开始 -### Fat Jar - -下载最新的 Halo 运行包: - -```bash -curl -L https://github.com/halo-dev/halo/releases/download/v2.0.0-alpha.1/halo-2.0.0-alpha.1.jar --output halo-next.jar -``` - -其他地址: - -```bash -java -jar halo-next.jar -``` - ### Docker ```bash -docker run -it -d --name halo-next -p 8090:8090 -v ~/halo-next:/root/halo-next --restart=unless-stopped halohub/halo-dev:next +docker run -it -d --name halo-next -p 8090:8090 -v ~/halo-next:/root/halo-next --restart=unless-stopped halohub/halo-dev:2.0.0-alpha.1 ``` -详细部署文档请查阅: +详细部署文档请查阅: ## 生态