1
Fork 0
mirror of https://github.com/RGBCube/VReplBot synced 2025-05-14 05:24:58 +00:00

Add shell scripts to install

This commit is contained in:
RGBCube 2023-01-30 20:23:10 +03:00
parent 80ec2b9d9e
commit 254eaf34a7
3 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View file

@ -7,4 +7,5 @@
!*.py
!*.example.json
!*.md
!*.sh
!*.toml

4
install.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
python3 -m pip install -U poetry
python3 -m poetry install

3
start.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
python3 -m poetry run bot