Added Jetbrains Rider installing guide

This commit is contained in:
Benjamin
2017-04-18 19:51:29 +02:00
parent 5dba95fe59
commit c7ea29f1f0
4 changed files with 12 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -57,7 +57,18 @@ Also make sure to check 'Enable Prereleases' if installing a dev build!
![Step 5](images/install-vs-nuget.png)
## Using JetBrains Rider
**todo**
1. Create a new solution for your bot
2. Open the NuGet window (Tools > NuGet > Manage NuGet packages for Solution)
![Step 2](images/install-rider-nuget-manager.png)
3. In the 'Packages' tab, search for 'Discord.Net'
![Step 3](images/install-rider-search.png)
> [!TIP]
Make sure to check the 'Prerelease' box if installing a dev build!
4. Install by adding the package to your project
![Step 4](images/install-rider-add.png)
## Using Visual Studio Code