Skip to content

Commit

Permalink
Add bun to create-remix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhacks committed Aug 9, 2023
1 parent 697450c commit ddea794
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/other-api/create-remix.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ npx create-remix@latest --help

### Package managers

`create-remix` can also be invoked using the `create` command of various package managers, allowing you to choose between npm, Yarn and pnpm for managing the install process.
`create-remix` can also be invoked using the `create` command of various package managers, allowing you to choose between npm, Yarn, pnpm, and Bun for managing the install process.

```sh
npm create remix@latest <projectDir>
# or
yarn create remix <projectDir>
# or
pnpm create remix <projectDir>
# or
bunx create-remix <projectDir>
```

### `create-remix --template`
Expand Down

0 comments on commit ddea794

Please sign in to comment.