readme update
This commit is contained in:
parent
ea60dff81e
commit
ebdefba4e2
@ -10,9 +10,8 @@ Library for creating Discord bots.
|
|||||||
### Build Instructions
|
### Build Instructions
|
||||||
```sh
|
```sh
|
||||||
git clone http://applejack.ygg/fluttershy/sparkle.git
|
git clone http://applejack.ygg/fluttershy/sparkle.git
|
||||||
mkdir sparkle/build && cd sparkle/build
|
cmake -B build && cmake --build build -j$(nproc)
|
||||||
cmake .. && make -j$(nproc)
|
build/sparkle -t <BOT_TOKEN>
|
||||||
./sparkle -t <BOT_TOKEN>
|
|
||||||
```
|
```
|
||||||
# ToDo
|
# ToDo
|
||||||
- [x] Websocket support
|
- [x] Websocket support
|
||||||
|
Reference in New Issue
Block a user