diff --git a/apps/www/src/content/docs/installation/laravel.md b/apps/www/src/content/docs/installation/laravel.md index f322bea2..4f2aa947 100644 --- a/apps/www/src/content/docs/installation/laravel.md +++ b/apps/www/src/content/docs/installation/laravel.md @@ -18,7 +18,6 @@ laravel new my-app --breeze --stack=vue --git Run the `shadcn-vue` init command to setup your project: ```bash -cd my-app npx shadcn-vue@latest init ```