You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2022/07/13 03:53:18 UTC

[pulsar] branch master updated: [improve][doc] Getting started guide: remove homebrew as possible installation method of sdkman (#16553)

This is an automated email from the ASF dual-hosted git repository.

penghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 915a4fa372d [improve][doc] Getting started guide: remove homebrew as possible installation method of sdkman (#16553)
915a4fa372d is described below

commit 915a4fa372d518de0d9ad96131308eef280f6679
Author: Julien Jakubowski <ju...@jakubowski.fr>
AuthorDate: Wed Jul 13 05:53:12 2022 +0200

    [improve][doc] Getting started guide: remove homebrew as possible installation method of sdkman (#16553)
---
 site2/docs/getting-started-standalone.md | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/site2/docs/getting-started-standalone.md b/site2/docs/getting-started-standalone.md
index 41997d43a66..cf90e1a4e1c 100644
--- a/site2/docs/getting-started-standalone.md
+++ b/site2/docs/getting-started-standalone.md
@@ -33,19 +33,7 @@ Broker is only supported on 64-bit JVM.
 #### Install JDK on M1
 In the current version, Pulsar uses a BookKeeper version which in turn uses RocksDB. RocksDB is compiled to work on x86 architecture and not ARM. Therefore, Pulsar can only work with x86 JDK. This is planned to be fixed in future versions of Pulsar.
 
-One of the ways to easily install an x86 JDK is to use [SDKMan](http://sdkman.io) as outlined in the following steps:
-
-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
-
-```
+One of the ways to easily install an x86 JDK is to use [SDKMan](http://sdkman.io). Follow 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`.