From 4f759a687d189933a842cdc42f056f9319b5685a Mon Sep 17 00:00:00 2001 From: Alberto Boccolini Date: Wed, 25 Mar 2026 20:14:26 +0100 Subject: [PATCH 1/2] Update README.md to use NextJS template command --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7616d19..80869bb 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ A modern web application template built with Next.js 16, Better Auth for authent ### Installation ```bash -# Clone the repository -git clone +npx create-next-app@latest --example "https://github.com/MicrowebPG/nextjs-template" my-app cd nextjs-template # Install dependencies From ff73ab9514e8e88d31a593abf83685d84b3f47f4 Mon Sep 17 00:00:00 2001 From: Alberto Boccolini Date: Wed, 25 Mar 2026 20:17:52 +0100 Subject: [PATCH 2/2] Quick fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80869bb..d24c8e5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ A modern web application template built with Next.js 16, Better Auth for authent ```bash npx create-next-app@latest --example "https://github.com/MicrowebPG/nextjs-template" my-app -cd nextjs-template +cd my-app # Install dependencies npm install