patric-r / jvmtop

Java monitoring for the command-line, profiler included
GNU General Public License v2.0
1.23k stars 253 forks source link

Add install instructions to the readme #69

Closed xenoterracide closed 9 years ago

xenoterracide commented 9 years ago

just discovered this project, and I'm trying to figure out how to get started and what the preferred path to installation is. is there a downloadable jar? or do I have to build it myself?

patric-r commented 9 years ago

Hi, thanks for your suggestion. The installation is quite easy: Just click on the Releases tab, download the most recent tar.gz, extract it on your machine and run jvmtop.sh (linux/unix) or jvmtop.bat (windows).

I'll think about improving the documentation. Suggestions are very welcome.

xenoterracide commented 9 years ago

I doubt it needs to be much more than that. Honestly the "releases" tab is less obvious on github since they moved to pure iconifry, and most thing I install with Java are on maven central. honestly I'm not actually sure how to navigate to the releases tab, so thanks for the link.

bradparks commented 9 years ago

yeah i agree - i think all you need to do is add "Download the latest release here, then run jvmtop.sh" to your readme, and you're good. I just downloaded it and thought I had to build it. I built it but wasn't sure how to run it and was about to add an issue myself for this, so same prob here ;-) Thanks!

patric-r commented 9 years ago

Good point, changed it accordingly. Thank you.