Skip to content

Commit e59a9c9

Browse files
committed
docs: use epicli
1 parent 67c708b commit e59a9c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</div>
1313

1414
```sh
15-
npx create-epic-app@latest
15+
npx epicli
1616
```
1717

1818
[![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)

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Stack, run the following [`npx`](https://docs.npmjs.com/cli/v9/commands/npx)
55
command using the current LTS version of Node.js:
66

77
```sh
8-
npx create-epic-app@latest
8+
npx epicli new <project-name>
99
```
1010

1111
This will prompt you for a project name (the name of the directory to put your
@@ -28,13 +28,13 @@ environment variables when you run the script:
2828
So, if you enabled all of these it would be:
2929

3030
```sh
31-
SKIP_SETUP=true SKIP_FORMAT=true SKIP_DEPLOYMENT=true npx create-epic-app@latest
31+
SKIP_SETUP=true SKIP_FORMAT=true SKIP_DEPLOYMENT=true npx epicli new
3232
```
3333

3434
Or, on windows:
3535

3636
```
37-
set SKIP_SETUP=true && set SKIP_FORMAT=true && set SKIP_DEPLOYMENT=true && npx create-epic-app@latest
37+
set SKIP_SETUP=true && set SKIP_FORMAT=true && set SKIP_DEPLOYMENT=true && npx epicli new
3838
```
3939

4040
## Development

0 commit comments

Comments
 (0)