Fix README.md - add .py extension to command

Change "pipenv run python __main__" to "pipenv run python __main__.py"
This commit is contained in:
Reilly Chase 2022-11-28 14:07:38 -05:00 committed by GitHub
parent 3eb6f51225
commit d329df8ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ screen -R <name screen whatever you want>
### Start Program
```bash
pipenv run python __main__
pipenv run python __main__.py
```
## Using with Docker