Skip to content

Commit 3136399

Browse files
author
Yasuharu Nakano
committed
Tweak README.md
1 parent 89e1b59 commit 3136399

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JVM the *poor* Java enVironment Manager
1+
# JVM the Java enVironment Manager
22

33
JVM is a tool for managing parallel Versions of multiple JDK.
44
It provides a convenient command line interface for switching and listing Candidates.
@@ -15,7 +15,10 @@ JVM was inspired by the [GVM](http://gvmtool.net/).
1515
## Requirements
1616

1717
* Mac only (currentyly some paths are specialized for Mac)
18-
* `JAVA_HOME=/Library/Java/JavaVirtualMachines/current`
18+
- `JAVA_HOME=/Library/Java/JavaVirtualMachines/current`
19+
- You can cutomize it by editing `jvm` script file directly.
20+
* Java SDKs
21+
- You must install them by an official installer.
1922

2023

2124
## Installation
@@ -28,3 +31,8 @@ JVM was inspired by the [GVM](http://gvmtool.net/).
2831
* `list` / `ls` - Show list of installed JVM versions
2932
* `default` / `d` - Set current JVM version
3033
- To replace the symbolic link of `/Library/Java/JavaVirtualMachines/current`
34+
35+
## License
36+
37+
Apache License, Version 2.0
38+

0 commit comments

Comments
 (0)