mirror of
https://github.com/nasa/trick.git
synced 2024-12-23 15:02:25 +00:00
Update Install-Guide.md
This commit is contained in:
parent
240796c045
commit
02bdd8f4a4
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user