From dac2f60b46371f520d9ad1b682e94695d6d8793c Mon Sep 17 00:00:00 2001 From: ThePhaseless Date: Sun, 8 Feb 2026 15:16:30 +0000 Subject: [PATCH] [skip ci] add update info and fix md linting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c14f50c..81677d2 100644 --- a/README.md +++ b/README.md @@ -45,15 +45,15 @@ docker compose up -d 1. Pull and run the image: -```bash -docker run -p 8191:8191 ghcr.io/thephaseless/byparr:latest -``` + ```bash + docker run -p 8191:8191 ghcr.io/thephaseless/byparr:latest + ``` 2. Optional: set env vars using `-e` or `--env-file`. ### Local install -1. Install [uv](https://docs.astral.sh/uv/getting-started/installation/). +1. Install ([or update when Python version changes](https://github.com/astral-sh/uv/issues/17887)) [uv](https://docs.astral.sh/uv/getting-started/installation/). 2. Clone this repo - `git clone https://github.com/ThePhaseless/Byparr` 3. Run `uv run main.py` 4. Enjoy!