From 35220705432aa7242a0fd3b4b28a112a7cd7ec51 Mon Sep 17 00:00:00 2001 From: Jackson Bailey Date: Mon, 18 Sep 2023 15:12:14 -0400 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8ad44d..f48bd63 100644 --- a/README.md +++ b/README.md @@ -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