Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit 41c5e01

Browse files
authored
Update README.md
1 parent 48b2bbf commit 41c5e01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
![GitHub last commit](https://img.shields.io/github/last-commit/bluepixeldev/boardify)
88
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/BluePixelDev/boardify)
9-
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/bluepixeldev/boardify/build-test.yml)
9+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Bluepixeldev/boardify/release.yml?branch=release)
1010
![GitHub Release](https://img.shields.io/github/v/release/bluepixeldev/boardify)
1111

1212
## Overview
@@ -49,13 +49,14 @@ cd boardify
4949
2. Install dependencies:
5050

5151
```bash
52-
npm install
52+
pnpm install
5353
```
54+
Make sure you have pnpm installed on your device
5455

5556
3. Run the app:
5657

5758
```bash
58-
npm run tauri dev
59+
pnpm run tauri dev
5960
```
6061

6162
> **Note**: Make sure you have all [Tauri prerequisites](https://tauri.app/v1/guides/getting-started/prerequisites) installed.

0 commit comments

Comments
 (0)