Skip to content

Commit

Permalink
README now has usage&build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-gheorghe committed May 1, 2018
1 parent 3c49857 commit c67d185
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# solr-diagnostics
Gathers info from Solr: logs, configs, etc. Useful for remote debugging
# Usage
Download the binary from [releases](https://github.com/sematext/solr-diagnostics/releases). Then run it with:

java -jar solr-diagnostics-x.y.z.jar
You'll need Java (7) to run it.

This comment has been minimized.

Copy link
@otisg

otisg May 1, 2018

Member

7 => 7 or above ?

# Build from sources
Clone the repository, then run:

mvn clean package
The self-contained Jar will be `target/com.sematext.solr-diagnostics-x.y.z-SNAPSHOT.jar`

0 comments on commit c67d185

Please sign in to comment.