From d262e519cec1a23eefb4b9a0f7e4805206210714 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sun, 14 Dec 2025 16:18:10 -0500 Subject: [PATCH] fix install --- README.md | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29f8a45..32eb97f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Built for people vim users who enjoy claude code, ghostty panes and TUIs ## Install ```bash -curl -fsSL https://raw.githubusercontent.com/harivansh-afk/veetcode/main/install.sh | bash +curl -fsSL https://raw.githubusercontent.com/harivansh-afk/veet-code/main/install.sh | bash ``` Then run: @@ -22,7 +22,7 @@ veet Manual install ```bash -git clone https://github.com/harivansh-afk/veetcode.git +git clone https://github.com/harivansh-afk/veet-code.git cd veetcode uv sync ./veet diff --git a/install.sh b/install.sh index 461cbbd..17ea125 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -REPO="harivansh-afk/veetcode" +REPO="harivansh-afk/veet-code" INSTALL_DIR="$HOME/.veetcode" echo "Installing veetcode..."