Update start program for pipenv

This commit is contained in:
Raymond 2021-05-09 12:27:20 -04:00
parent d4eb3f96e0
commit ba721d8d03
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ screen -R <name screen whatever you want>
### Start Program
```bash
python3 plane-notify
pipenv run __main__
```
### TODO