Skip to content

Commit

Permalink
docs: improve install script
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Sep 21, 2023
1 parent 272f2b4 commit b43b303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>

```sh
npx create-remix@latest --install --template epicweb-dev/epic-stack
npx create-remix@latest --install --init --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)
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Stack, run the following [`npx`](https://docs.npmjs.com/cli/v9/commands/npx)
command:

```sh
npx create-remix@latest --install --template epicweb-dev/epic-stack
npx create-remix@latest --install --init --git-init --template epicweb-dev/epic-stack
```

This will prompt you for a project name (the name of the directory to put your
Expand Down

0 comments on commit b43b303

Please sign in to comment.