Skip to content

Commit 8307dae

Browse files
committed
docs: Add installation instructions for Angular CLI using pnpm, yarn, and bun
1 parent c3a2183 commit 8307dae

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,24 @@ Install the Angular CLI globally:
243243
npm install -g @angular/cli
244244
```
245245

246+
If you are using `pnpm`, you can use the following command:
247+
248+
```bash
249+
pnpm install -g @angular/cli
250+
```
251+
252+
If you are using `yarn`, you can use the following command:
253+
254+
```bash
255+
yarn global add @angular/cli
256+
```
257+
258+
If you are using `bun`, you can use the following command:
259+
260+
```bash
261+
bun install -g @angular/cli
262+
```
263+
246264
If you want to install a specific version of the Angular CLI, you can use the following command:
247265

248266
```bash

0 commit comments

Comments
 (0)