Skip to content

Commit

Permalink
DOC: Update installation link, usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Jul 14, 2022
1 parent 74ed26c commit bbbf66f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
```
</details>

Expand Down

0 comments on commit bbbf66f

Please sign in to comment.