Browse Source

Merge pull request #417 from JacksonBailey/master

Improve phrasing for initial doctor check and export plugin
pull/391/head
Barnesly 2 years ago committed by GitHub
parent
commit
a4e998b158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      README.md

4
README.md

@ -69,9 +69,9 @@ $ jenv doctor @@ -69,9 +69,9 @@ $ jenv doctor
[OK] Jenv is correctly loaded
```
Observe that `jenv` is correctly loaded but Java is not yet installed.
Observe that `jenv` is correctly loaded but Java is not yet installed. To rememedy this, see "[Adding Your Java Environment](#12-adding-your-java-environment)" below.
To make sure `JAVA_HOME` is set, make sure to enable the `export` plugin:
To have `JAVA_HOME` get set by jEnv, enable the `export` plugin:
```bash
jenv enable-plugin export

Loading…
Cancel
Save