diff --git a/README.md b/README.md index 7616d19..d24c8e5 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,8 @@ A modern web application template built with Next.js 16, Better Auth for authent ### Installation ```bash -# Clone the repository -git clone -cd nextjs-template +npx create-next-app@latest --example "https://github.com/MicrowebPG/nextjs-template" my-app +cd my-app # Install dependencies npm install