1
Fork 0
mirror of https://github.com/RGBCube/VReplBot synced 2025-05-31 21:28:13 +00:00

Make the READMEA use the scripts

This commit is contained in:
RGBCube 2023-01-30 20:24:31 +03:00
parent 254eaf34a7
commit 3875124549

View file

@ -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