readme update

This commit is contained in:
fluttershy 2024-12-31 06:10:27 +05:00
parent 41d1bd5268
commit 90e311c01a

View File

@ -4,8 +4,7 @@ Library for creating discord bots
# How to build # How to build
```bash ```bash
git clone https://\[226:6bac:39d0:90bd:f480:fb4d:fadf:2045\]:8443/fluttershy/sparkle.git git clone https://\[226:6bac:39d0:90bd:f480:fb4d:fadf:2045\]:8443/fluttershy/sparkle.git
mkdir sparkle/build mkdir sparkle/build && cd sparkle/build
cd sparkle/build
cmake .. && make cmake .. && make
./sparkle -t <BOT_TOKEN> -i <BOT_INTENTS> ./sparkle -t <BOT_TOKEN> -i <BOT_INTENTS>
``` ```