Skip to content

Commit cd0ce5b

Browse files
committed
README.md: more plausible example path
1 parent 2ec2276 commit cd0ce5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Maud was designed for a desktop environment with:
8484
2. Point the `JAVA_HOME` environment variable to your Java installation.
8585
(In other words, set it to the path of a directory/folder
8686
containing a "bin" that contains a Java executable.
87-
The path might be something like "C:\Program Files\Java\jre1.8.0_301"
87+
The path might be something like "C:\Program Files\Eclipse Adoptium\jdk-17.0.3.7-hotspot"
8888
or "/usr/lib/jvm/java-11-openjdk-amd64/" .)
8989
+ using Bash or Zsh: `export JAVA_HOME="` *path to installation* `"`
9090
+ using [Fish]: `set -g JAVA_HOME "` *path to installation* `"`

0 commit comments

Comments
 (0)