Browse Source

Add MyGet feed info to README

Resolves #137
pull/141/merge
Christopher F GitHub 9 years ago
parent
commit
c2b824993a
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      README.md

+ 5
- 1
README.md View File

@@ -6,10 +6,14 @@ An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).
Check out the [documentation](http://rtd.discord.foxbot.me/en/docs-dev/index.html) or join the [Discord API Chat](https://discord.gg/0SBTUU1wZTVjAMPx).

### Installation
You can download Discord.Net and its command extension from NuGet:
You can download stable builds Discord.Net and its command extension from NuGet:
- [Discord.Net](https://www.nuget.org/packages/Discord.Net/)
- [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/)

Bleeding edge builds are also available on [MyGet](https://www.myget.org/feed/Packages/discord-net).

You can access the Feed directly at `https://www.myget.org/F/discord-net/api/v3/index.json`

### Compiling
In order to compile Discord.Net, you require the following:



Loading…
Cancel
Save