Update README.md

This commit is contained in:
tyler 2018-07-22 06:09:29 -05:00 committed by GitHub
parent 056702e9c2
commit bb0c1f4cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@ asdf plugin-add java https://github.com/skotchpine/asdf-java
and install new versions like this:
```bash
asdf install java 10.0.1
asdf install java 10.0.2
```
and switch versions like this:
```bash
asdf global java 10.0.1
asdf global java 10.0.2
```
If you want or need JAVA_HOME set you can add this to your shell initialization (in `.bashrc`, for example):