From 40d43851fd1af44f9e73005b127ddefb2e5366d1 Mon Sep 17 00:00:00 2001 From: Bertrand Delacretaz Date: Fri, 15 Dec 2006 20:21:11 +0000 Subject: [PATCH] minor typos and formatting changes git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487646 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 746b264861a..104182795c9 100644 --- a/README.txt +++ b/README.txt @@ -55,7 +55,7 @@ dist/apache-solr-XX-incubating.jar more information). example/ - A Self contained example Solr instance, complete with sample + A self-contained example Solr instance, complete with a sample configuration, documents to index, and the Jetty Servlet container. Please see example/README.txt for information about running this example @@ -84,14 +84,15 @@ Instructions for Building Apache Solr from Source shell and verify that Ant is available. 3. Download the Apache Solr distribution, linked from the above incubator - web site. Expand the distribution to a folder of your choice, e.g. c:\solr. Alternately, you can obtain a copy of the latest Apache Solr source code + web site. Expand the distribution to a folder of your choice, e.g. c:\solr. + Alternately, you can obtain a copy of the latest Apache Solr source code directly from the Subversion repository: - http://incubator.apache.org/solr/version_control.html + + http://incubator.apache.org/solr/version_control.html 4. Navigate to that folder and issue an "ant" command to see the available options for building, testing, and packaging Solr. NOTE: - To see Solr in action you may want to use the command "ant example". - This builds and packages solar into the example/webapps, then - follow example/README.txt. + To see Solr in action you may want to use the "ant example" command to build + and package Solr into the example/webapps directory. See also example/README.txt.