diff --git a/docs/how-to-use-the-playground.md b/docs/how-to-use-the-playground.md index 56792b5984d..58787ff3bf2 100644 --- a/docs/how-to-use-the-playground.md +++ b/docs/how-to-use-the-playground.md @@ -13,7 +13,7 @@ Depending on your network and computer, startup time may take 3-5 minutes. Once ## Prerequisites -Install Git, Docker, Docker Compose. +Install Git (optional), Docker, Docker Compose. ## System Resource Requirements @@ -36,6 +36,16 @@ The playground runs several services. The TCP ports used may clash with existing ### Launch playground +You can launch the playground in two ways: + +1. Use a single curl command + +```shell +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/apache/gravitino-playground/HEAD/install.sh)" +``` + +2. Use Git + ```shell git clone git@github.com:apache/gravitino-playground.git cd gravitino-playground