Skip to content

Commit 395e804

Browse files
authored
Update README.md
1 parent 75b3da7 commit 395e804

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ use gunicorn, e.g. gunicorn -w 1 app:app. I use venv to set stuff up: \
1313
python3 -m venv .venv \
1414
. .venv/bin/activate \
1515
pip install flask gunicorn flask_httpauth \
16-
gunicorn -w 1 app:app
16+
gunicorn -w 1 app:app
17+
18+
# credit
19+
20+
gruetzig made this, eip forked it and is providing access to it via nintendohomebrew resources

0 commit comments

Comments
 (0)