flyrain commented on code in PR #2267:
URL: https://github.com/apache/polaris/pull/2267#discussion_r2260746999


##########
site/content/in-dev/unreleased/getting-started/_index.md:
##########
@@ -23,3 +23,117 @@ weight: 101
 build:
   render: never
 ---
+
+# Getting Started with Apache Polaris Binary Distribution
+
+Quickly start Apache Polaris by running the pre-built binary, no build needed.
+
+---
+
+## Prerequisites
+
+- Java 21 or later installed. You can verify this by running:
+
+```bash
+java -version
+```
+
+- Basic familiarity with running commands in your operating system terminal.
+
+---
+
+## Step 1: Download the Apache Polaris Binary
+
+1. Visit the official Apache Polaris GitHub
+   [Releases page](https://github.com/apache/polaris/releases).
+
+2. Download the latest binary archive file, for example:
+
+```bash
+apache-polaris-<version>-bin.tar.gz

Review Comment:
   Minor: Can we provide a more detailed instruction like this?
   ```
   curl -L 
https://downloads.apache.org/incubator/polaris/1.0.0-incubating/polaris-bin-1.0.0-incubating.tgz
   ```
   
   or we can combine step 1 and 2 into one command like 
   ```
   curl -L 
https://downloads.apache.org/incubator/polaris/1.0.0-incubating/polaris-bin-1.0.0-incubating.tgz
 | tar xz
   ```



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to