sparkle/README.md
2024-12-31 02:46:47 +05:00

11 lines
215 B
Markdown

# Sparkle
Library for creating discord bots
# How to build
```bash
git clone https://\[226:6bac:39d0:90bd:f480:fb4d:fadf:2045\]:8443/fluttershy/sparkle.git
mkdir sparkle/build
cd sparkle/build
cmake .. && make
```