mirror of
https://github.com/harivansh-afk/veet-code.git
synced 2026-04-15 06:04:44 +00:00
include in install
This commit is contained in:
parent
a5fbb0a79e
commit
7d711afd68
1 changed files with 10 additions and 3 deletions
13
install.sh
13
install.sh
|
|
@ -44,9 +44,16 @@ echo ""
|
|||
echo "✓ veetcode installed!"
|
||||
echo ""
|
||||
echo "Commands:"
|
||||
echo " veet Launch TUI"
|
||||
echo " veet list List problems"
|
||||
echo " /veet-generate Generate problem (in Claude)"
|
||||
echo " veet Launch TUI"
|
||||
echo " veet open Open problem in \$EDITOR"
|
||||
echo " veet list List all problems"
|
||||
echo " cd \$(veet problems-dir) Navigate to problems"
|
||||
echo ""
|
||||
echo "Claude slash commands:"
|
||||
echo " /veet-generate Generate a new problem"
|
||||
echo " /veet-hint Get a hint"
|
||||
echo " /veet-explain Explain the solution"
|
||||
echo " /veet-add-tests Add more test cases"
|
||||
echo ""
|
||||
echo "Make sure ~/.local/bin is in your PATH:"
|
||||
echo ' export PATH="$HOME/.local/bin:$PATH"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue