mirror of
https://github.com/harivansh-afk/veet-code.git
synced 2026-04-15 08:03:46 +00:00
install.sh
This commit is contained in:
parent
b6d225bc54
commit
db24649e1b
2 changed files with 55 additions and 6 deletions
22
README.md
22
README.md
|
|
@ -6,20 +6,30 @@ Built for people vim users who enjoy claude code, ghostty panes and TUIs
|
|||
- Auto-run tests on file write
|
||||
- Claude code slash command to generate problems, tests on demand
|
||||
|
||||
## Installation
|
||||
## Install
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/harivansh-afk/veetcode/main/install.sh | bash
|
||||
```
|
||||
|
||||
Then run:
|
||||
|
||||
```bash
|
||||
veet
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Manual install</summary>
|
||||
|
||||
```bash
|
||||
git clone https://github.com/harivansh-afk/veetcode.git
|
||||
cd veetcode
|
||||
uv sync
|
||||
```
|
||||
|
||||
## Run
|
||||
|
||||
```bash
|
||||
./veet
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## Workflow
|
||||
|
||||
1. `./veet` — opens problem list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue