diff --git a/docs/getting-started/installation.mdx b/docs/getting-started/installation.mdx index 2391862e1..f4721afe1 100644 --- a/docs/getting-started/installation.mdx +++ b/docs/getting-started/installation.mdx @@ -35,6 +35,10 @@ Adding Payload to an existing Next.js app is super straightforward. You can eith If you don't have a Next.js app already, but you still want to start a project from a blank Next.js app, you can create a new Next.js app using `npx create-next-app` - and then just follow the steps below to install Payload. + + Note: Next.js version 15 or higher is required for Payload. + + #### 1. Install the relevant packages First, you'll want to add the required Payload packages to your project and can do so by running the command below: