docu(vbn): fixed typo

This commit is contained in:
dancingCycle 2022-02-19 14:30:35 -05:00
parent b8f358abc0
commit 9d0383adac
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ That is why you have the following selection.
* Move and extract archive like this:
* ```sudo mv ~/OpenJDK11U-jre_x64_linux_hotspot_11.0.12_7.tar.gz /opt/```
* ```sudo tar -xzf OpenJDK11U-jre_x64_linux_hotspot_11.0.12_7.tar.gz```
* At JAVA_HOME to ```~/.bashrc``` like this:
* Add JAVA_HOME to ```~/.bashrc``` like this:
* ```export JAVA_HOME=/opt/jdk-11.0.12+7-jre```
* Extend PATH in ```~/.bashrc``` like this:
* ```export PATH=$PATH:$JAVA_HOME/bin```