mirror of https://github.com/apache/lucene.git
don't rely upon correct executable permissions for post.sh
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139173 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7525579b6d
commit
4159d786ec
|
@ -29,7 +29,7 @@ the exampledocs subdirectory (while Solr is running), for example:
|
|||
|
||||
cd exampledocs
|
||||
java -jar post.jar *.xml
|
||||
Or: ./post.sh *.xml
|
||||
Or: sh post.sh *.xml
|
||||
|
||||
See also README.txt in the solr subdirectory, and check
|
||||
http://wiki.apache.org/solr/SolrResources for a list of tutorials and
|
||||
|
|
Loading…
Reference in New Issue