Skip to content

Commit

Permalink
fix: bun project create command with solid (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimfn authored Mar 17, 2024
1 parent fca4cec commit 3095888
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 @@ -47,7 +47,7 @@ pnpm install
pnpm dev

# or with Bun
bunx create solid@latest
bun create solid@latest
bun install
bun run dev
```
Expand Down
2 changes: 1 addition & 1 deletion docs/routes/getting-started/project-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm init solid@latest
# pnpm
pnpm create solid
# bun
bunx create solid
bun create solid
```

You will get a list of templates from which to choose. You can view the code for each of these options in the [SolidStart repository](https://github.com/solidjs/solid-start/tree/main/examples).
Expand Down

0 comments on commit 3095888

Please sign in to comment.