We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec2276 commit cd0ce5bCopy full SHA for cd0ce5b
1 file changed
README.md
@@ -84,7 +84,7 @@ Maud was designed for a desktop environment with:
84
2. Point the `JAVA_HOME` environment variable to your Java installation.
85
(In other words, set it to the path of a directory/folder
86
containing a "bin" that contains a Java executable.
87
- The path might be something like "C:\Program Files\Java\jre1.8.0_301"
+ The path might be something like "C:\Program Files\Eclipse Adoptium\jdk-17.0.3.7-hotspot"
88
or "/usr/lib/jvm/java-11-openjdk-amd64/" .)
89
+ using Bash or Zsh: `export JAVA_HOME="` *path to installation* `"`
90
+ using [Fish]: `set -g JAVA_HOME "` *path to installation* `"`
0 commit comments