From 1e40e019f40b9ee89d33fbd6d86e16985208bc6a Mon Sep 17 00:00:00 2001 From: Still Hsu <341464@gmail.com> Date: Mon, 10 Sep 2018 22:13:40 +0800 Subject: [PATCH] Add additional clarification for installing packages --- docs/guides/getting_started/nightlies.md | 5 +++-- docs/guides/getting_started/samples/project.xml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/guides/getting_started/nightlies.md b/docs/guides/getting_started/nightlies.md index 08d8e6eef..39bcc1c9f 100644 --- a/docs/guides/getting_started/nightlies.md +++ b/docs/guides/getting_started/nightlies.md @@ -61,8 +61,9 @@ additional feeds if necessary. [!code[NuGet Configuration](samples/nuget.config)] After which, you may install the packages by directly modifying the -project file, using the dotnet CLI (`dotnet add package Discord.Net`), -or by using PowerShell (`Install-Package Discord.Net -Prerelease`). +project file and specifying a version, or by using +the [Package Manager Console](https://docs.microsoft.com/en-us/nuget/tools/powershell-reference) +(`Install-Package Discord.Net -IncludePrerelease`). *** diff --git a/docs/guides/getting_started/samples/project.xml b/docs/guides/getting_started/samples/project.xml index ef3d60829..179d3f97b 100644 --- a/docs/guides/getting_started/samples/project.xml +++ b/docs/guides/getting_started/samples/project.xml @@ -2,8 +2,9 @@ + Exe netcoreapp2.1