diff --git a/README.md b/README.md index 786c1b39237f3..8772409a10e86 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ components in the Pulsar ecosystem, including connectors, adapters, and other la ## Build Pulsar -Requirements: +### Requirements - JDK @@ -138,6 +138,7 @@ Requirements: > Note: this project includes a [Maven Wrapper](https://maven.apache.org/wrapper/) that can be used instead of a system installed Maven. > Use it by replacing `mvn` by `./mvnw` on Linux and `mvnw.cmd` on Windows in the commands below. +### Build Compile and install: ```bash @@ -150,7 +151,7 @@ Compile and install individual module $ mvn -pl module-name (e.g: pulsar-broker) install -DskipTests ``` -## Minimal build (This skips most of external connectors and tiered storage handlers) +### Minimal build (This skips most of external connectors and tiered storage handlers) ``` mvn install -Pcore-modules,-main -DskipTests diff --git a/site2/website/versioned_docs/version-2.10.x/getting-started-standalone.md b/site2/website/versioned_docs/version-2.10.x/getting-started-standalone.md index efb218a846dd8..2a5b27100ba18 100644 --- a/site2/website/versioned_docs/version-2.10.x/getting-started-standalone.md +++ b/site2/website/versioned_docs/version-2.10.x/getting-started-standalone.md @@ -37,13 +37,7 @@ One of the ways to easily install an x86 JDK is to use [SDKMan](http://sdkman.io 1. Install [SDKMan](http://sdkman.io). - * Method 1: follow instructions on the SDKMan website. - - * Method 2: if you have [Homebrew](https://brew.sh) installed, enter the following command. - -```shell -brew install sdkman -``` +Follow the instructions on the SDKMan website. 2. Turn on Rosetta2 compatibility for SDKMan by editing `~/.sdkman/etc/config` and changing the following property from `false` to `true`.