sparkle/README.md

11 lines
215 B
Markdown
Raw Normal View History

2024-12-31 02:34:02 +05:00
# Sparkle
2024-12-31 02:27:22 +05:00
library for creating discord bots
2024-12-31 02:34:02 +05:00
# 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
```