Skip to content

Commit

Permalink
Update readme to install package
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed May 23, 2019
1 parent c3010f9 commit d620c91
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ A wrapper around the [IGDBv3 API](https://api-docs.igdb.com) using .NET Core (co

### Install

TBD
# .NET Core
dotnet add package IGDB

# .NET Framework
Install-Package IGDB

# Paket
paket add IGDB

### Quickstart

Expand Down

0 comments on commit d620c91

Please sign in to comment.