From 04e91741f1b7fe307a04758e2622da11e12ae046 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sat, 21 Jun 2025 19:07:48 -0400 Subject: [PATCH] update --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c16279..9c9abd5 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,15 @@ pipx install voxvera ### 4. From Source ```bash -# Clone repo -git clone https://github.com/PR0M3TH3AN/VoxVera.git -cd VoxVera +# Download the latest-main branch as a tarball +wget -O VoxVera.tar.gz \ + https://github.com/PR0M3TH3AN/VoxVera/archive/refs/heads/main.tar.gz + +# Extract it +tar -xzf VoxVera.tar.gz + +# Enter the extracted directory (note the “-main” suffix) +cd VoxVera-main # Create & activate virtualenv python3 -m venv .venv