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..."