diff --git a/README.md b/README.md index 80b283a..ef3e0b6 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ Create a Python 3.7+ virtual environment and install the dependencies: And then visit http://localhost:8000/ in your browser. +## Deploying to Heroku +Install the heroku command line tools, add a heroku git remote, and push: + + $ git push heroku + ## License This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).