From 2435e7831d6021df2bee4aa755fe2a0da957b531 Mon Sep 17 00:00:00 2001 From: Noah Calhoun Date: Wed, 31 May 2023 14:58:06 -0500 Subject: [PATCH 1/3] formatted readme install instructions --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b52aaaae..a0190861 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,17 @@ Install RiotSharp through NuGet: PM> Install-Package RiotSharp ``` -or +Install RiotSharp through Github: +``` +git clone https://github.com/BenFradet/RiotSharp.git +``` -1. Clone the repo (https://github.com/BenFradet/RiotSharp.git) or [download the zip file](https://github.com/BenFradet/RiotSharp/archive/develop.zip). +Install RiotSharp Manually: +``` +[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: From d0b195fcab18f6ca4bfc700b8d2877eee438cb82 Mon Sep 17 00:00:00 2001 From: Noah Calhoun Date: Wed, 31 May 2023 15:00:46 -0500 Subject: [PATCH 2/3] formatted readme install instructions --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a0190861..df5eadc0 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,7 @@ git clone https://github.com/BenFradet/RiotSharp.git ``` Install RiotSharp Manually: -``` [download the zip file](https://github.com/BenFradet/RiotSharp/archive/develop.zip) -``` Build the RiotSharp project and add the library to your own application. From e3e3a1f6debdc9665cf7be5549ba71b999442897 Mon Sep 17 00:00:00 2001 From: Noah Calhoun Date: Wed, 31 May 2023 15:01:45 -0500 Subject: [PATCH 3/3] Modified spacing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df5eadc0..d075559b 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ git clone https://github.com/BenFradet/RiotSharp.git ``` Install RiotSharp Manually: + [download the zip file](https://github.com/BenFradet/RiotSharp/archive/develop.zip) Build the RiotSharp project and add the library to your own application.