This commit is contained in:
.[d]. 2021-03-07 08:13:55 -06:00
parent 671ae0a746
commit 535eef07cf

@ -73,10 +73,9 @@
## COMMANDS: ## COMMANDS:
``` ```
- git clone --recursive https://git.tcp.direct/decoded/krylon - `git clone --recursive https://git.tcp.direct/decoded/krylon`
- cd krylon - `cd krylon`
- python3 -m venv .env - `python3 -m venv .env`
- . .env/bin/activate - `. .env/bin/activate`
- python3 -m pip install --upgrade pip -r requirements.txt - `python3 -m pip install --upgrade pip -r requirements.txt`
- irc3 krylon.ini - `bash run.sh` or `irc3 .krylon_config`
```