Skip to content

Commit

Permalink
Fix wording in setup and building page (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhenderson1988 committed Aug 7, 2023
1 parent 9cc0e80 commit 9161e60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions contribute/setup-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9161e60

Please sign in to comment.