diff options
Diffstat (limited to 'static-builds')
-rw-r--r-- | static-builds/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static-builds/README.md b/static-builds/README.md index afd34bb0..8eed267e 100644 --- a/static-builds/README.md +++ b/static-builds/README.md @@ -17,9 +17,9 @@ They are split into two parts: To get started with building, you can use the following command: ```shell -poetry install +uv sync python -m pip install httpx==0.19.0 -poetry run task static +uv run task static ``` Alternatively, you can use the [Dockerfile](/Dockerfile) and extract the build. |