diff --git a/2.x/installation.md b/2.x/installation.md index 3068106..63b97d4 100644 --- a/2.x/installation.md +++ b/2.x/installation.md @@ -39,12 +39,14 @@ php artisan jetstream:install inertia php artisan jetstream:install inertia --teams ``` -The Inertia stack may also be installed with [SSR support](https://inertiajs.com/server-side-rendering): +The Inertia stack may also be installed with SSR support: ```bash php artisan jetstream:install inertia --ssr ``` +You can read more about running the SSR server in the [Laravel Vite plugin](https://laravel.com/docs/vite#ssr) and [Inertia](https://inertiajs.com/server-side-rendering) documentation. + ### Finalizing The Installation After installing Jetstream, you should install and build your NPM dependencies and migrate your database: