Browse Source

Improve phrasing for initial doctor check and export plugin

The previous wording confused me and made me think enabling the `export` plugin was meant to be a fix for the errors mentioned in the `doctor` output.
pull/417/head
Jackson Bailey 2 years ago committed by GitHub
parent
commit
3522070543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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