diff --git a/README.md b/README.md index b52aaaae..d075559b 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,16 @@ Install RiotSharp through NuGet: PM> Install-Package RiotSharp ``` -or +Install RiotSharp through Github: +``` +git clone https://github.com/BenFradet/RiotSharp.git +``` + +Install RiotSharp Manually: -1. Clone the repo (https://github.com/BenFradet/RiotSharp.git) or [download the zip file](https://github.com/BenFradet/RiotSharp/archive/develop.zip). +[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 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: