From 0147e3a3c9c71536de38b434d0d0fc38c6a057d9 Mon Sep 17 00:00:00 2001 From: tyler Date: Sun, 19 Aug 2018 22:12:31 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea2b1fa..800e96d 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ asdf plugin-add java and install new versions like this: ```bash -asdf install java 10.0.2 +asdf install java oracle-10.0.2 ``` and switch versions like this: ```bash -asdf global java 10.0.2 +asdf global java oracle-10.0.2 ``` If you want or need JAVA_HOME set you can add this to your shell initialization (in `.bashrc`, for example):