From bbbf66f11b96fa1d476f4d698af3234cc08e9d2e Mon Sep 17 00:00:00 2001 From: mathiasg Date: Thu, 14 Jul 2022 14:28:06 -0400 Subject: [PATCH] DOC: Update installation link, usage --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40104af..244ac9d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To start up the server: If you want to install and run the server locally, first install the package ``` -$ pip install https://github.com/mgxd/fastapi-telemetry/archive/refs/heads/master.zip +$ pip install https://github.com/mgxd/migas-server/archive/refs/heads/master.zip ``` * Note: Python 3.10 or higher is required. @@ -42,6 +42,7 @@ options: --workers WORKERS worker processes --reload Reload app on change (dev only) --proxy-headers Accept incoming proxy headers + --headers [HEADERS ...] Custom HTTP response headers as 'Name:Value' pairs ```