Skip to content

Commit a9d2019

Browse files
committed
add prerelease flag
1 parent 04897b9 commit a9d2019

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/quick-start.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,12 @@ Set Up Your Project
8484

8585
.. code-block:: shell
8686

87-
dotnet add package {+package+}
87+
dotnet add package {+package+} --prerelease
88+
89+
.. note:: Prerelease Flag
90+
91+
You must include the ``--prerelease`` flag to install the prerelease
92+
version of the {+package+} package.
8893

8994
Query Your MongoDB Cluster from Your Application
9095
------------------------------------------------

0 commit comments

Comments
 (0)