mirror of
https://github.com/harivansh-afk/veet-code.git
synced 2026-04-16 17:01:07 +00:00
fix install
This commit is contained in:
parent
db24649e1b
commit
d262e519ce
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue