Skip to content

Commit aae78d7

Browse files
update docs to reflect bun 🥟 (#39)
Co-authored-by: Aaryan Kapoor <[email protected]>
1 parent 80d7f4c commit aae78d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A bit simpler process would be to download the latest build through [here](https
3939

4040
- [Node.js](https://nodejs.org/) v14 or higher
4141
- [Git](https://git-scm.com/) for obvious reasons
42-
- [Yarn](https://yarnpkg.com/) for dependencies
42+
- [Bun](https://bun.sh/) for dependencies
4343

4444
### 👾 Installation
4545

@@ -53,19 +53,19 @@ A bit simpler process would be to download the latest build through [here](https
5353
2. **Install the dependencies:**
5454

5555
```sh
56-
yarn install
56+
bun install
5757
```
5858

5959
4. **Start the application:**
6060

6161
```sh
62-
yarn dev
62+
bun run dev
6363
```
6464

6565
5. **Build the application**
6666

6767
```sh
68-
yarn build
68+
bun run build
6969
```
7070

7171
## 🤝 Contributing

0 commit comments

Comments
 (0)