Repository: lucenenet Updated Branches: refs/heads/master d5ea2010a -> 7f0a04103
lucene-cli: Added basic install instructions to the documentation. Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/be7fb883 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/be7fb883 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/be7fb883 Branch: refs/heads/master Commit: be7fb88340f9387ba61d5461460dc986d5277838 Parents: d5ea201 Author: Shad Storhaug <[email protected]> Authored: Thu Oct 19 14:11:55 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Thu Oct 19 19:39:23 2017 +0700 ---------------------------------------------------------------------- src/dotnet/tools/lucene-cli/docs/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/be7fb883/src/dotnet/tools/lucene-cli/docs/index.md ---------------------------------------------------------------------- diff --git a/src/dotnet/tools/lucene-cli/docs/index.md b/src/dotnet/tools/lucene-cli/docs/index.md index 933336f..05e08fa 100644 --- a/src/dotnet/tools/lucene-cli/docs/index.md +++ b/src/dotnet/tools/lucene-cli/docs/index.md @@ -2,9 +2,13 @@ The Lucene.Net command line interface (CLI) is a new cross-platform toolchain with utilities for maintaining Lucene.Net and demos for learning basic Lucene.Net functionality. +## Prerequisites + +- [.NET Core 2.0 Runtime](https://www.microsoft.com/net/download/core#/runtime) + ## Installation -LUCENENET TODO +Download the binaries from the [Apache Lucene.Net Distribution](http://www.apache.org/dyn/closer.cgi). Unzip the `lucene-cli.zip` file to a local directory and add that directory to the PATH environment variable of the local system. ## CLI Commands
