liuchunhao commented on code in PR #5977:
URL: https://github.com/apache/gravitino/pull/5977#discussion_r1909582472


##########
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:
   Thank you for the feedback. I will remove these lines from the documentation.



-- 
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

Reply via email to