Browse Source

Fix README.md - add .py extension to command

Change "pipenv run python __main__" to "pipenv run python __main__.py"
pull/80/head
Reilly Chase 2 years ago committed by GitHub
parent
commit
d329df8ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -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

Loading…
Cancel
Save