From 4309295c8b80d1a93ad39ac2bdcf0f9d9b90663c Mon Sep 17 00:00:00 2001 From: Theodorus Clarence Date: Thu, 25 Jan 2024 15:47:55 +0700 Subject: [PATCH] docs: update installation script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 248a3ba89..ba0c1a351 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ You can also check all of the **details and demos** on my blog post: 2. Using `create-next-app` ```bash - npx create-next-app -e https://github.com/theodorusclarence/ts-nextjs-tailwind-starter project-name + pnpm create next-app -e https://github.com/theodorusclarence/ts-nextjs-tailwind-starter ts-pnpm ``` If you still want to use **pages directory** (_is not actively maintained_) you can use this command