Skip to content

Commit

Permalink
improve usage
Browse files Browse the repository at this point in the history
  • Loading branch information
beerose committed Feb 6, 2024
1 parent 38d4fcb commit 2a07aea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/create/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Important points to note:

```bash
$ npm create @edgedb
# or
yarn create @edgedb
# or
pnpm create @edgedb
# or
bun create @edgedb
```

After running the command, you will be prompted to provide a project name and choose a template. You can also specify whether to use EdgeDB Auth, initialize a git repository, and install dependencies.
Expand Down

0 comments on commit 2a07aea

Please sign in to comment.