From ebdefba4e2167d9f705c66f5fd58c0dd8852ea3d Mon Sep 17 00:00:00 2001 From: fluttershy Date: Sat, 25 Jan 2025 13:08:18 +0500 Subject: [PATCH] readme update --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7582a1..291abe1 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,8 @@ Library for creating Discord bots. ### Build Instructions ```sh git clone http://applejack.ygg/fluttershy/sparkle.git -mkdir sparkle/build && cd sparkle/build -cmake .. && make -j$(nproc) -./sparkle -t +cmake -B build && cmake --build build -j$(nproc) +build/sparkle -t ``` # ToDo - [x] Websocket support