Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajermakovics authored Feb 22, 2017
1 parent 50993c9 commit 836df98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jvm-top lets you monitor your Java/Scala/.. server applications from the termina

# Running

*Requirement*: a JDK on the server and `JAVA_HOME` environment variable pointing to it. It won't work with just a JRE.
*Requirement*: a JDK8 on the server and `JAVA_HOME` environment variable pointing to it. It won't work with just a JRE.

To install:
1. Download the [release](https://github.com/ajermakovics/jvm-mon/releases)
2. Unzip/untar
3. Run `./bin/jvm-mon` from extracted directory
To run:
1. Download the [release](https://github.com/ajermakovics/jvm-mon/releases) and extract
2. Set `JAVA_HOME` environment variable: `export JAVA_HOME=/path/to/your/jdk8`
3. Execute `./bin/jvm-mon` from extracted directory

Usage:
- Select a JVM process and press `Enter` to monitor it
Expand Down

0 comments on commit 836df98

Please sign in to comment.