Browse Source

Merge pull request #80 from reillychase/patch-1

Fix README.md - add .py extension to command
pull/70/head
Jack Sweeney 2 years ago committed by GitHub
parent
commit
58c42a95bf
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