Browse Source

Merge pull request #349 from stirlingcarter/master

docs: fix jenv versions command
pull/425/head
Barnesly 2 years ago committed by GitHub
parent
commit
e87ebb39a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      README.md

2
README.md

@ -105,7 +105,7 @@ jenv add "$(/usr/libexec/java_home)" @@ -105,7 +105,7 @@ jenv add "$(/usr/libexec/java_home)"
With macOS OpenJDK 11.0.2 installed, for example, either of these commands will add `/Library/Java/JavaVirtualMachines/openjdk-11.0.2.jdk/Contents/Home` as a valid JVM. Your JVM directory may vary!
Observe now that this version of Java is added to your `java versions` command:
Observe now that this version of Java is added to your `jenv versions` command:
```bash
$ jenv versions

Loading…
Cancel
Save