Merge pull request #80 from reillychase/patch-1

Fix README.md - add .py extension to command
This commit is contained in:
Jack Sweeney 2022-11-30 13:13:17 -05:00 committed by GitHub
commit 58c42a95bf
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