fix install

This commit is contained in:
Harivansh Rathi 2025-12-14 16:18:10 -05:00
parent db24649e1b
commit d262e519ce
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ Built for people vim users who enjoy claude code, ghostty panes and TUIs
## Install ## Install
```bash ```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: Then run:
@ -22,7 +22,7 @@ veet
<summary>Manual install</summary> <summary>Manual install</summary>
```bash ```bash
git clone https://github.com/harivansh-afk/veetcode.git git clone https://github.com/harivansh-afk/veet-code.git
cd veetcode cd veetcode
uv sync uv sync
./veet ./veet

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -e
REPO="harivansh-afk/veetcode" REPO="harivansh-afk/veet-code"
INSTALL_DIR="$HOME/.veetcode" INSTALL_DIR="$HOME/.veetcode"
echo "Installing veetcode..." echo "Installing veetcode..."