1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-01-31 09:09:00 +03:00

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 ## Building
To build Boyfriend, you need to clone this repo and compile it with [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0). 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 git clone https://github.com/TeamOctolings/Boyfriend
cd Boyfriend-CSharp cd Boyfriend
dotnet build dotnet build
``` ```