Skip to content

Commit 9a32d25

Browse files
Simplify install dependency doc (#1941)
* Simply getting start doc * Simply install dependecy doc * Minor words change
1 parent 1dc990c commit 9a32d25

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

site/content/in-dev/unreleased/getting-started/install-dependencies.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ Please follow instructions from the [Git Documentation](https://git-scm.com/book
4141
Then, use git to clone the Polaris repo:
4242

4343
```shell
44-
cd ~
45-
git clone https://github.com/apache/polaris.git
44+
git clone https://github.com/apache/polaris.git ~/polaris
4645
```
4746

4847
## Docker
@@ -115,4 +114,7 @@ Ensure that `java --version` and `javac` both return non-zero responses.
115114

116115
## jq
117116

118-
Most Polaris Quickstart scripts require `jq`. Follow the instructions from the [jq](https://jqlang.org/download/) website to download this tool.
117+
Most Polaris Quickstart scripts require [jq]((https://jqlang.org/download/)). You can install jq using [homebrew](https://brew.sh/):
118+
```shell
119+
brew install jq
120+
```

0 commit comments

Comments
 (0)