Skip to content

Commit ebde26a

Browse files
authored
Command line to add package is incorrect. (#6558)
dotnet add package Elastic.Clients.Elasticsearch -prerelease Unrecognized command or argument '-prerelease' Correct command is --prerelease
1 parent c91d3cb commit ebde26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For SDK style projects, you can install the {es} client by running the following
1919

2020
[source,text]
2121
----
22-
dotnet add package Elastic.Clients.Elasticsearch -prerelease
22+
dotnet add package Elastic.Clients.Elasticsearch --prerelease
2323
----
2424

2525
This command adds a package reference to your project (csproj) file for the

0 commit comments

Comments
 (0)