From bc202e0e6e67d4d078cf13842b506815b8295614 Mon Sep 17 00:00:00 2001 From: Noah Calhoun Date: Sun, 7 May 2023 14:38:01 -0500 Subject: [PATCH 1/2] reformatted installation section --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b52aaaae..997f9274 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,13 @@ 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. From c6e68d49d7c20b59cd23c745f46162823a93690f Mon Sep 17 00:00:00 2001 From: Noah Calhoun Date: Sun, 7 May 2023 14:42:49 -0500 Subject: [PATCH 2/2] reformatted install section --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 997f9274..b874ca70 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,6 @@ or [download the zip file](https://github.com/BenFradet/RiotSharp/archive/develo 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 ```