This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit d7a0d8b0b9f28b9659163078504342c148eaa635 Author: Shad Storhaug <[email protected]> AuthorDate: Wed Mar 24 09:35:36 2021 +0700 docs: Updated lucene-cli index with actual version number --- src/dotnet/tools/lucene-cli/docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dotnet/tools/lucene-cli/docs/index.md b/src/dotnet/tools/lucene-cli/docs/index.md index 66f4071..06031d5 100644 --- a/src/dotnet/tools/lucene-cli/docs/index.md +++ b/src/dotnet/tools/lucene-cli/docs/index.md @@ -11,7 +11,7 @@ The Lucene.NET command line interface (CLI) is a new cross-platform toolchain wi Perform a one-time install of the lucene-cli tool using the following dotnet CLI command: ``` -dotnet tool install lucene-cli -g --version [EnvVar:LuceneNetVersion] +dotnet tool install lucene-cli -g --version 4.8.0-beta00013 ``` > NOTE: The version of the CLI you install should match the version of > Lucene.NET you use. @@ -34,4 +34,4 @@ CLI command structure consists of the driver ("lucene"), the command, and possib ``` lucene index check C:\my-index --verbose lucene index fix C:\my-index -``` \ No newline at end of file +```
