Documentation update.
[lui-solr.git] / doc / dev-install.md
index 4bcd020..7fe1f02 100644 (file)
@@ -16,7 +16,7 @@ Installing in userspace on the developer's system (Linux and MacOS)
 
 * The 'dev-install.sh' script in the root of the repository working
   directory unpacks Solr into the working directory and links the
-  configuration files from the 'conf/' directory into the Solr
+  configuration files from the 'conf/solr' directory into the Solr
   installation.
 
 * After running dev-install.sh, the Solr installation can be
@@ -28,7 +28,7 @@ Installing in userspace on the developer's system (Linux and MacOS)
 
 ```
 
-* The developer can work directly with the files in the 'conf/'
+* The developer can work directly with the files in the 'conf/solr'
   directory.
 
 * NOTE: do not commit the files in the 'solr-<version>/' directory to
@@ -59,5 +59,5 @@ lui-solr to it.
 
 ```
 
-The files in the 'conf/' directory will control the Solr
+The files in the 'conf/solr' directory will control the Solr
 installation on the virtual machine.