Skip to content

Commit edc25a9

Browse files
Command line to add package is incorrect. (#6558) (#6591)
dotnet add package Elastic.Clients.Elasticsearch -prerelease Unrecognized command or argument '-prerelease' Correct command is --prerelease (cherry picked from commit ebde26a) Co-authored-by: Robert <107894728+ivytechone@users.noreply.github.com>
1 parent 69098c4 commit edc25a9

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)