readme update

This commit is contained in:
fluttershy 2025-01-14 23:09:03 +05:00
parent 689df4cb2a
commit 0eec2a44c6

View File

@ -13,6 +13,6 @@ Library for creating discord bots
```sh ```sh
git clone http://applejack.ygg/fluttershy/sparkle.git git clone http://applejack.ygg/fluttershy/sparkle.git
mkdir sparkle/build && cd sparkle/build mkdir sparkle/build && cd sparkle/build
cmake .. && make cmake .. && make -j$(nproc)
./sparkle -t <BOT_TOKEN> -i <BOT_INTENTS> ./sparkle -t <BOT_TOKEN> -i <BOT_INTENTS>
``` ```