Add command to run the thing

This commit is contained in:
3wc 2021-08-11 13:32:20 +02:00
parent a538106343
commit 90da68359a
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ git clone ssh://git@git.autonomic.zone:2222/3wordchant/mailboop.git
pip install -r requirements-dev.txt
cp .envrc.sample .envrc
envrc allow
python -m mailboop
```