Skip to content

Commit

Permalink
Remove version from CLI docs install script
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Sep 22, 2024
1 parent ab39281 commit cb9545f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnet/tools/lucene-cli/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```console
dotnet tool install lucene-cli -g --version EnvVar:LuceneNetVersion
dotnet tool install lucene-cli -g --prerelease
```

> [!NOTE]
Expand Down

0 comments on commit cb9545f

Please sign in to comment.