mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
Create README.md
This commit is contained in:
parent
28b0668628
commit
4fac5bfaba
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||

|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## 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
|
||||
dotnet build
|
||||
```
|
||||
|
||||
## Initial setup
|
||||
Create `token.txt` in `Boyfriend/bin/Debug/net7.0/` and enter your bot token. Then, run `Boyfriend.exe`.
|
Loading…
Add table
Reference in a new issue