From 3875124549e10f069ede2c50e1c581b592574ed6 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 30 Jan 2023 20:24:31 +0300 Subject: [PATCH] Make the READMEA use the scripts --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f30fca9..517e245 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,13 @@ A simple Discord bot that runs your V code. ## Installation ```sh -git clone https://github.com/RGBCube/v-repl-bot -cd v-repl-bot -python3 -m pip install -U poetry -poetry install +./install.sh ``` ## Running ```sh -poetry run bot +./start.sh ``` ## License