Skip to content

Commit

Permalink
Adding homebrew instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajermakovics committed Mar 30, 2017
1 parent 8543f3d commit da2ad3f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ jvm-top lets you monitor your Java/Scala/.. server applications from the termina

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

To run:
## MacOS

```
brew install jvm-mon
```

## Install
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
Expand Down

0 comments on commit da2ad3f

Please sign in to comment.