Просмотр исходного кода

fix(cli): correct example in install script (#11170)

Co-authored-by: Claude Opus 4.5 <[email protected]>
Chris Estreich 1 неделя назад
Родитель
Сommit
4647d0f3c5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/cli/install.sh

+ 1 - 1
apps/cli/install.sh

@@ -278,7 +278,7 @@ print_success() {
     echo ""
     echo "  ${BOLD}Example:${NC}"
     echo "    export OPENROUTER_API_KEY=sk-or-v1-..."
-    echo "    roo ~/my-project -P \"What is this project?\""
+    echo "    cd ~/my-project && roo \"What is this project?\""
     echo ""
 }