Update install command (#45)

Signed-off-by: Hang Yan <hangyan@alauda.io>
This commit is contained in:
Hang Yan 2021-03-09 10:15:19 +08:00 committed by GitHub
parent d4968f130e
commit 73f26e5666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Now that you have deployed Chaos Mesh in your environment, it's time to use it f
The first step is always to deploy a testing cluster. For illustration purposes, [web-show](https://github.com/chaos-mesh/web-show) is used as an example cluster because it allows us to directly observe the effect of network chaos. You can also deploy your own application for testing.
<PickVersion className="language-bash">
curl -sSL https://mirrors.chaos-mesh.org/latest/web-show/deploy.sh | sh
curl -sSL https://mirrors.chaos-mesh.org/latest/web-show/deploy.sh | bash
</PickVersion>
After executing the above command, you can access [`http://localhost:8081`](http://localhost:8081) in the browser to check the web-show application.