From 7de3fb64e630747c3b4583c6b395d7af0f700a8d Mon Sep 17 00:00:00 2001 From: Andrea Nanni Date: Fri, 22 Sep 2023 15:52:04 +0200 Subject: [PATCH] docs: fix cli param --- README.md | 2 +- docs/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a02c4cc1..6a7ba9c3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ```sh -npx create-remix@latest --install --init --git-init --template epicweb-dev/epic-stack +npx create-remix@latest --install --init-script --git-init --template epicweb-dev/epic-stack ``` [![The Epic Stack](https://github-production-user-asset-6210df.s3.amazonaws.com/1500684/246885449-1b00286c-aa3d-44b2-9ef2-04f694eb3592.png)](https://www.epicweb.dev/epic-stack) diff --git a/docs/getting-started.md b/docs/getting-started.md index 212c5d8c..d984a8b7 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -5,7 +5,7 @@ Stack, run the following [`npx`](https://docs.npmjs.com/cli/v9/commands/npx) command: ```sh -npx create-remix@latest --install --init --git-init --template epicweb-dev/epic-stack +npx create-remix@latest --install --init-script --git-init --template epicweb-dev/epic-stack ``` This will prompt you for a project name (the name of the directory to put your