From 8dd7e989ef96caee6fa3b4d20d183d02499766f2 Mon Sep 17 00:00:00 2001 From: James Mikrut Date: Tue, 12 Nov 2024 12:59:52 -0500 Subject: [PATCH] Chore/next 15 docs (#9148) Closes #8995 --- docs/getting-started/installation.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started/installation.mdx b/docs/getting-started/installation.mdx index 2391862e1d..f4721afe19 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: