Browse Source

Added Jetbrains Rider installing guide

tags/1.0.0-rc2
Benjamin 8 years ago
parent
commit
c7ea29f1f0
4 changed files with 12 additions and 1 deletions
  1. BIN
      docs/guides/getting_started/images/install-rider-add.png
  2. BIN
      docs/guides/getting_started/images/install-rider-nuget-manager.png
  3. BIN
      docs/guides/getting_started/images/install-rider-search.png
  4. +12
    -1
      docs/guides/getting_started/installing.md

BIN
docs/guides/getting_started/images/install-rider-add.png View File

Before After
Width: 910  |  Height: 225  |  Size: 24 KiB

BIN
docs/guides/getting_started/images/install-rider-nuget-manager.png View File

Before After
Width: 522  |  Height: 326  |  Size: 18 KiB

BIN
docs/guides/getting_started/images/install-rider-search.png View File

Before After
Width: 462  |  Height: 222  |  Size: 11 KiB

+ 12
- 1
docs/guides/getting_started/installing.md 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



Loading…
Cancel
Save