Skip to content

Commit dd19ed4

Browse files
committed
chore(docs): change to bun commands
1 parent 7c4fcf6 commit dd19ed4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@ Install all node modules (including the examples)
7777

7878
```sh
7979
cd package
80-
yarn
80+
bun i
8181
```
8282

8383
And finally build filament and bullet3:
8484

8585
```sh
8686
# Inside ./package
87-
yarn build-bullet3
88-
yarn build-filament:release # or yarn build-filament:debug
87+
bun build-bullet3
88+
bun build-filament:release # or yarn build-filament:debug
8989
```
9090

9191
You can then build one of the example apps in `package/example/AppExamplePaper` or `package/example/AppExampleFabric`.
9292

9393
Note: If building filament fails for you, you can download the pre-built binaries from the npm package.
94-
Simply run `yarn setup-filament-quick`. The binaries will be in release build and any edits in /filament will be ignored (as you're not building from source in this case).
94+
Simply run `bun setup-filament-quick`. The binaries will be in release build and any edits in /filament will be ignored (as you're not building from source in this case).
9595

9696
### Adopting at scale
9797

0 commit comments

Comments
 (0)