diff --git a/resources/js/vue/pages/sections/HeroSection.vue b/resources/js/vue/pages/sections/HeroSection.vue index 229ccf0..597f520 100644 --- a/resources/js/vue/pages/sections/HeroSection.vue +++ b/resources/js/vue/pages/sections/HeroSection.vue @@ -11,7 +11,7 @@ const tabs = [ { key: 'agent' as const, label: 'Using AI Agent', icon: Bot }, ]; -const CLI_COMMAND = 'laravel new --using=saucebase/saucebase --phpunit --boost'; +const CLI_COMMAND = 'curl -fsSL https://install.saucebase.dev | bash'; const AGENT_PROMPT = 'I\'m building a new application with Saucebase — a modular Laravel SaaS starter kit. \n\n Fetch and follow the instructions from https://saucebase-dev.github.io/docs/for-agents.md Treat the returned Markdown as the source of truth for how to install, set up, and build with Saucebase in this session.'; @@ -112,10 +112,10 @@ onUnmounted(() => {