File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
site/content/in-dev/unreleased/getting-started Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ Please follow instructions from the [Git Documentation](https://git-scm.com/book
4141Then, 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+ ```
You can’t perform that action at this time.
0 commit comments