This commit is contained in:
fluttershy 2025-01-25 13:43:44 +05:00
parent 00d3df8784
commit dce9bfef07

View File

@ -9,7 +9,7 @@ Library for creating Discord bots.
### Build Instructions
```sh
git clone http://applejack.ygg/fluttershy/sparkle.git
git clone http://applejack.ygg/fluttershy/sparkle.git && cd sparkle
cmake -B build && cmake --build build -j$(nproc)
build/sparkle -t <BOT_TOKEN>
```