Update repository link in README (#18)

Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Macintxsh 2023-01-18 18:44:53 +03:00 committed by GitHub
parent 0c89df4791
commit 22fdb53029
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```