From 22fdb5302906431be7900dd3a0ea8f72901cc69a Mon Sep 17 00:00:00 2001 From: mctaylors <95250141+mctaylors@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:44:53 +0300 Subject: [PATCH] Update repository link in README (#18) Co-authored-by: Octol1ttle --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41ea23c..171d37f 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ ## Building To build Boyfriend, you need to clone this repo and compile it with [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0). ``` -git clone https://github.com/l1ttleO/Boyfriend-CSharp -cd Boyfriend-CSharp +git clone https://github.com/TeamOctolings/Boyfriend +cd Boyfriend dotnet build ```