Corrected small typo

This commit is contained in:
Felix 2021-08-28 10:38:52 +01:00 committed by GitHub
parent 14178fcd14
commit 6d51affa68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ In order to get JDK 8 running in the **current terminal window** you will have t
`% export JAVA_HOME=$(/usr/libexec/java_home -v 1.8)`
To add OpenJDK 8 to your PATH add the export line to the end of your `.zshrc / .bashrc` if you want it to apply to each new terminal. If you're using bash change the .bachrc and if you're using zsh change the .zshrc
To add OpenJDK 8 to your PATH add the export line to the end of your `.zshrc / .bashrc` if you want it to apply to each new terminal. If you're using bash change the .bashrc and if you're using zsh change the .zshrc
Setting up the Environment: