From ecc7c07d0856d719d82d900775628c23a042b3e5 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 16 Oct 2024 14:07:27 +0800 Subject: [PATCH] docs: add gitpod link for readme (#6876) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind documentation #### What this PR does / why we need it: 添加 Gitpod 的演示环境链接。 #### Does this PR introduce a user-facing change? ```release-note None ``` --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0dfeedbab..90d8919ea 100755 --- a/README.md +++ b/README.md @@ -27,10 +27,16 @@ ## 快速开始 +如果你的设备有 Docker 环境,可以使用以下命令快速启动一个 Halo 的体验环境: + ```bash docker run -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 halohub/halo:2.20 ``` +或者点击下方按钮使用 [Gitpod](https://gitpod.io/) 启动一个体验环境: + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/halo-sigs/gitpod-demo) + 以上仅作为体验使用,详细部署文档请查阅: ## 在线体验