From 02bdd8f4a4e5ba0ab20a5259351069b229044482 Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Tue, 19 Oct 2021 11:59:03 -0500 Subject: [PATCH] Update Install-Guide.md --- docs/documentation/install_guide/Install-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/install_guide/Install-Guide.md b/docs/documentation/install_guide/Install-Guide.md index 9307f188..c1ca1e7e 100644 --- a/docs/documentation/install_guide/Install-Guide.md +++ b/docs/documentation/install_guide/Install-Guide.md @@ -203,7 +203,7 @@ IMPORTANT: Add java and javac from openjdk to your path. ``` # temporarily for this terminal session: -export PATH="/usr/local/opt/openjdk/bin:$PATH +export PATH="/usr/local/opt/openjdk/bin:$PATH" # OR we can add it to .zshrc so it is always added to path when opening a new terminal: echo 'export PATH="/usr/local/opt/openjdk/bin:$PATH"' >> ~/.zshrc ```