[skip ci] Revise local install instructions in README

Updated installation instructions to include cloning the repository and revised the steps.
This commit is contained in:
ThePhaseless
2026-02-08 15:30:50 +01:00
committed by GitHub
parent 3e6a847cf2
commit b5535fba02
+3 -2
View File
@@ -54,8 +54,9 @@ docker run -p 8191:8191 ghcr.io/thephaseless/byparr:latest
### Local install
1. Install [uv](https://docs.astral.sh/uv/getting-started/installation/).
2. Run `uv run main.py`
3. Profit.
2. Clone this repo - `git clone https://github.com/ThePhaseless/Byparr`
3. Run `uv run main.py`
4. Enjoy!
### API Docs