From 8719fdb7fddaba775b0e2a5896e3960227a810c2 Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Tue, 13 Aug 2019 11:52:48 +0700 Subject: [PATCH] Added lucene-cli tool to README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ff17d8972f..7d0a5da5b1 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,7 @@ The API is similar to Java [Lucene 4.8.0](https://lucene.apache.org/core/4_8_0/) There are several demos implemented as simple console applications that can be copied and pasted into Visual Studio or compiled on the command line in the [Lucene.Net.Demo project](https://github.com/apache/lucenenet/tree/master/src/Lucene.Net.Demo). - ## How to Contribute @@ -194,7 +191,7 @@ To build the source, clone or download and unzip the repository. From the reposi ‑mp ‑‑MaximumParallelJobs The maximum number of parallel jobs to run during testing. If not supplied, the default is 8. - build ‑mp:10 + build ‑t ‑mp:10 ‑pv