Skip to content
Open
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
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ Install RiotSharp through NuGet:
PM> Install-Package RiotSharp
```

or
Install RiotSharp through Github:

1. Clone the repo (https://github.com/BenFradet/RiotSharp.git) or [download the zip file](https://github.com/BenFradet/RiotSharp/archive/develop.zip).
1. Clone the repo:
```
git clone https://github.com/BenFradet/RiotSharp.git
```
or [download the zip file](https://github.com/BenFradet/RiotSharp/archive/develop.zip).

2. Build the RiotSharp project and add the library to your own application.

### Build your own latest NuGet package
You can build your own NuGet package of the latest version with the following command:
```
dotnet pack /p:Configuration=Release
```
Expand Down