jerryshao commented on code in PR #5977: URL: https://github.com/apache/gravitino/pull/5977#discussion_r1908268193
########## docs/getting-started.md: ########## @@ -176,11 +176,17 @@ To use Gravitino locally on macOS or Linux, follow these similar steps: Or, you can install Gravitino from scratch, follow [how-to-build](./how-to-build.md) and [how-to-install](./how-to-install.md). -3. Start Gravitino using the gravitino.sh script: +3. Start Gravitino using the gravitino.sh script in the binary release package or Docker image: ```shell <path-to-gravitino>/bin/gravitino.sh start ``` +4. Start Gravitino using the gravitino.sh script in the distribution package: + + ```shell + ./gradlew compileDistribution -x test + <path-to-gravitino>/distribution/package/bin/gravitino.sh start + ``` Review Comment: I feel this is unnecessary to add. `getting-started.md` is facing the end users, they already have the binary package or docker image at hand, and they don't need to compile from the ground and run from source code, so it is not proper to add this here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org