Update Install-Guide.md

This commit is contained in:
Scott Fennell 2021-10-19 11:59:03 -05:00 committed by GitHub
parent 240796c045
commit 02bdd8f4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,7 +203,7 @@ IMPORTANT: Add java and javac from openjdk to your path.
``` ```
# temporarily for this terminal session: # 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: # 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 echo 'export PATH="/usr/local/opt/openjdk/bin:$PATH"' >> ~/.zshrc
``` ```