add yarn and pnpm install commands

Added the package installation commands for yarn and pnpm package managers.
This commit is contained in:
Shayokh Shuvro 2025-03-23 22:36:01 +06:00 committed by GitHub
parent 5dbc1e2633
commit 8c92c4c3ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,14 @@
npm install chalk
```
```sh
yarn add chalk
```
```sh
pnpm add chalk
```
**IMPORTANT:** Chalk 5 is ESM. If you want to use Chalk with TypeScript or a build tool, you will probably want to use Chalk 4 for now. [Read more.](https://github.com/chalk/chalk/releases/tag/v5.0.0)
## Usage