From be6ccaf044496ae6e6525d65d3f9f5333e1c457d Mon Sep 17 00:00:00 2001 From: Sergej Lopatkin Date: Fri, 6 Feb 2026 13:22:59 +0100 Subject: [PATCH] chore: updates repo URL in README Updates the repository URL in the README to point to the correct fork. Adds a prerequisite for XCode on macOS for development. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 575918cf..ea08e3c2 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed setup and contribution guide ```bash # Clone the repo -git clone https://github.com/voicebox-sh/voicebox.git +git clone https://github.com/jamiepine/voicebox.git cd voicebox # Setup everything @@ -247,7 +247,7 @@ make dev ```bash # Clone the repo -git clone https://github.com/voicebox-sh/voicebox.git +git clone https://github.com/jamiepine/voicebox.git cd voicebox # Install dependencies @@ -260,7 +260,7 @@ cd backend && pip install -r requirements.txt && cd .. bun run dev ``` -**Prerequisites:** [Bun](https://bun.sh), [Rust](https://rustup.rs), [Python 3.11+](https://python.org). +**Prerequisites:** [Bun](https://bun.sh), [Rust](https://rustup.rs), [Python 3.11+](https://python.org). [XCode on macOS](https://developer.apple.com/xcode/). **Performance:** - **Apple Silicon (M1/M2/M3)**: Uses MLX backend with native Metal acceleration for 4-5x faster inference