1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-20 00:43:36 +03:00

lmao seriously

This commit is contained in:
Macintxsh 2023-01-18 18:41:20 +03:00 committed by GitHub
parent af57e5dd67
commit c44123d936
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
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/TeamOctolings/Boyfriend git clone https://github.com/TeamOctolings/Boyfriend
cd Boyfriend-CSharp cd Boyfriend
dotnet build dotnet build
``` ```