Skip to content

Commit 2dc528f

Browse files
committed
Updated Readme with autoscan. Closes #32
1 parent a506f32 commit 2dc528f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Environment var for scripting:
4747
*jenv change `<name>`*
4848
Example: `jenv change jdk15`
4949

50-
5) **Always use this java version in this folder**
50+
5) **Always use this java version in this folder**
5151
*jenv local `<name>`*
5252
Example: `jenv local jdk15 `
5353

@@ -63,17 +63,17 @@ Example: `jenv list`
6363
*jenv remove `<name>`*
6464
Example: `jenv remove jdk15`
6565

66-
9) **Enable the use of javac, javaw or other executables sitting in the java directory**
66+
9) **Enable the use of javac, javaw or other executables sitting in the java directory**
6767
*jenv link `<Executable name>`*
6868
Example: `jenv link javac`
6969

70-
10) **Uninstall jenv and automatically restore a Java version of your choice**
70+
10) **Uninstall jenv and automatically restore a Java version of your choice**
7171
*jenv uninstall `<name>`*
7272
Example: `jenv uninstall jdk17`
7373

74-
11) **Automatically search for java versions to be added**
75-
*jenv autoscan `?<path>?`*
76-
Example: `jenv autoscan "C:\Program Files\Java"`
74+
11) **Automatically search for java versions to be added**
75+
*jenv autoscan `?<path>?`*
76+
Example: `jenv autoscan "C:\Program Files\Java"`
7777
Example: `jenv autoscan` // Will search entire system
7878
## How does this work?
7979
This script creates a java.bat file that calls the java.exe with the correct version

0 commit comments

Comments
 (0)