diff --git a/README.md b/README.md index 6aa3481..79b782e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ PyPIHub PyPI server for serving Python packages out of GitHub. - ## Installing ```bash @@ -41,6 +40,24 @@ export PYPIHUB_REPOS="brettlangdon/flask-env brettlangdon/flask-defer [... +PYPIHUB_ACCESS_TOKEN= +PYPIHUB_REPOS=/ ... +``` + +```bash +docker run --rm -it -p "8287:8287" --env-file ./.env brettlangdon/pypihub:latest +``` + ## Endpoints * `/` - Page containing all links for all projects/assets