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 ```