We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b3da7 commit 395e804Copy full SHA for 395e804
1 file changed
README.md
@@ -13,4 +13,8 @@ use gunicorn, e.g. gunicorn -w 1 app:app. I use venv to set stuff up: \
13
python3 -m venv .venv \
14
. .venv/bin/activate \
15
pip install flask gunicorn flask_httpauth \
16
-gunicorn -w 1 app:app
+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