Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 21 additions & 4 deletions Documentation/guides/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,37 @@
> NetCord requires [.NET 8](https://dotnet.microsoft.com/download/dotnet/8.0) or higher. Older versions are not supported.

## [Visual Studio](#tab/visual-studio)

1. Create a new project.

2. Click `Manage NuGet Packages`.
![](../../images/installation_VisualStudio_1.png)

![](../../images/installation_VisualStudio_1.png)

3. Browse and install `NetCord` package.
![](../../images/installation_VisualStudio_2.png)

> [!NOTE]
> The `Include prerelease` checkbox must be checked to see the package.

![](../../images/installation_VisualStudio_2.png)

## [JetBrains Rider](#tab/rider)

1. Create a new project.

2. Click `Manage NuGet Packages`.
![](../../images/installation_JetBrainsRider_1.png)

![](../../images/installation_JetBrainsRider_1.png)

3. Browse and install `NetCord` package.
![](../../images/installation_JetBrainsRider_2.png)

> [!NOTE]
> The `Prerelease` checkbox must be checked to see the package.

![](../../images/installation_JetBrainsRider_2.png)

## [Other](#tab/other)

Follow instructions on [NuGet](https://www.nuget.org/packages/NetCord).

***
Expand Down
Binary file modified Documentation/image_sources/installation_JetBrainsRider_2.pdn
Binary file not shown.
Binary file modified Documentation/image_sources/installation_VisualStudio_2.pdn
Binary file not shown.
Binary file modified Documentation/images/installation_JetBrainsRider_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Documentation/images/installation_VisualStudio_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.