From 999758c7909daba47281299bc45bc012feaa333c Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Sun, 9 Feb 2025 00:49:46 -0500 Subject: [PATCH] Update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7965f61..7d1753d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Currently in development. - `ffmpeg` make sure libopus is included - `yt-dlp` -## Current testing steps +## Running locally Copy .env.example to .env @@ -14,4 +14,8 @@ Populate the discord bot keys `go run .` -type `!` in any channel in the discord while you're in a voice channel. \ No newline at end of file +type `!` in any channel in the discord while you're in a voice channel. + +## Running tests locally + +`make test` \ No newline at end of file