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

wrong repository name

This commit is contained in:
Octol1ttle 2023-01-18 20:37:44 +05:00 committed by GitHub
parent 9b568da89e
commit af57e5dd67
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

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