Update README.md

Signed-off-by: nexy7574 <me@nexy7574.co.uk>
This commit is contained in:
Nexus 2024-05-31 01:28:15 +01:00 committed by GitHub
parent 7e113d8c0a
commit c0d5b25454
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,20 +1,4 @@
# LCC Bot
Yeah
v1 has been deprecated and disabled! [v2 is now here](https://git.i-am.nexus/college-bot-v1).
## Installing (docker)
see [INSTALL.md](INSTALL.md)
### Without docker
```shell
git clone https://github.com/EEKIM10/LCC-Bot.git
cd LCC-Bot
python3 -m venv venv
source venv/bin/activate
pip install -U pip wheel setuptools
pip install -r requirements.txt
mv config.example.py config.py
$EDITOR config.py
python3 main.py
```
This version of the bot is crap and held together by hopes and dreams, you really should check out v2 if you want to run your own version. Plus v1 was mainly programmed for one server anyway.