You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by li...@apache.org on 2023/08/07 10:44:24 UTC

[pulsar-site] branch main updated: Fix wording in setup and building page (#665)

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

liuyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 9161e603185 Fix wording in setup and building page (#665)
9161e603185 is described below

commit 9161e6031855fc196fc98e00516c8188fe9af93e
Author: Jonathon Henderson <87...@users.noreply.github.com>
AuthorDate: Mon Aug 7 11:44:17 2023 +0100

    Fix wording in setup and building page (#665)
---
 contribute/setup-building.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/contribute/setup-building.md b/contribute/setup-building.md
index be78ce5bfa9..75e215aab84 100644
--- a/contribute/setup-building.md
+++ b/contribute/setup-building.md
@@ -5,12 +5,12 @@ title: Setup and building
 
 ## Prerequisites
 
-| Dependency | Description                                                                                                                                                                                                      |
-|------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| Git        | The source code of Pulsar is hosted on GitHub as a git repository. To work with the git repository, please [install git](https://git-scm.com/downloads).                                                         |
-| JDK        | The source code of Pulsar is almost written in Java. Therefore, you need a working Java Development Kit (JDK) to build it. Pulsar requires [JDK 17](https://adoptium.net/temurin/releases/?version=17) to build. |
-| Maven      | The source code of Pulsar is managed by [Apache Maven](https://maven.apache.org/) The required Maven version is 3.6.1+.                                                                                          |
-| Zip        | The build process requires Zip as a utility tool.                                                                                                                                                                |
+| Dependency | Description                                                                                                                                                                                                         |
+|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Git        | The source code of Pulsar is hosted on GitHub as a git repository. To work with the git repository, please [install git](https://git-scm.com/downloads).                                                            |
+| JDK        | The source code of Pulsar is primarily written in Java. Therefore, you need a working Java Development Kit (JDK) to build it. Pulsar requires [JDK 17](https://adoptium.net/temurin/releases/?version=17) to build. |
+| Maven      | The source code of Pulsar is managed by [Apache Maven](https://maven.apache.org/) The required Maven version is 3.6.1+.                                                                                             |
+| Zip        | The build process requires Zip as a utility tool.                                                                                                                                                                   |
 
 :::note