mirror of
https://github.com/RGBCube/VReplBot
synced 2025-07-24 23:17:44 +00:00
Make the READMEA use the scripts
This commit is contained in:
parent
254eaf34a7
commit
3875124549
1 changed files with 2 additions and 5 deletions
|
@ -5,16 +5,13 @@ A simple Discord bot that runs your V code.
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/RGBCube/v-repl-bot
|
./install.sh
|
||||||
cd v-repl-bot
|
|
||||||
python3 -m pip install -U poetry
|
|
||||||
poetry install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
poetry run bot
|
./start.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue