Add support for Solr 6.1.0. Update dev deployment, documentation.
[lui-solr.git] / doc / dev-install.md
index 7fe1f02..f0a380c 100644 (file)
@@ -10,7 +10,7 @@ Installing in userspace on the developer's system (Linux and MacOS)
 
 ### Prerequisites
 
-* lui-solr is a repackaging of Solr 5.x, which requires Java 7
+* lui-solr is a repackaging of Solr 6.x, which requires Java 8
 
 ### Installation
 
@@ -23,8 +23,8 @@ Installing in userspace on the developer's system (Linux and MacOS)
   controlled from the 'solr-<version>/bin/solr' script. Examples:
 
 ```
-     $ solr-5.5.1/bin/solr start
-     $ solr-5.5.1/bin/solr stop
+     $ solr-6.1.0/bin/solr start
+     $ solr-6.1.0/bin/solr stop
 
 ```