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

Commit b63caa4

Browse files
committed
2 parents 05bbc2f + d1d88ba commit b63caa4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 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,7 +49,8 @@ cd boardify
4949
2. Install dependencies:
5050

5151
```bash
52-
npm install
52+
npm install -g pnpm
53+
pnpm install
5354
```
5455

5556
3. Run the app:

0 commit comments

Comments
 (0)