Skip to content

Commit

Permalink
docs: fix missing environment variable value (epicweb-dev#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobparis authored and goodeats committed Oct 24, 2023
1 parent 29a6e18 commit 4b114a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ environment variables when you run the script:
So, if you enabled all of these it would be:

```sh
SKIP_SETUP=true SKIP_FORMAT=true SKIP_DEPLOYMENT npx create-remix@latest --install --init-script --git-init --template epicweb-dev/epic-stack
SKIP_SETUP=true SKIP_FORMAT=true SKIP_DEPLOYMENT=true npx create-remix@latest --install --init-script --git-init --template epicweb-dev/epic-stack
```

Or, on windows:
Expand Down

0 comments on commit 4b114a1

Please sign in to comment.