Skip to content

Commit

Permalink
docs: fix missing environment variable value (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobparis authored Oct 21, 2023
1 parent b02facd commit 7e2ce1c
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 7e2ce1c

Please sign in to comment.