We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a2183 commit 8307daeCopy full SHA for 8307dae
README.md
@@ -243,6 +243,24 @@ Install the Angular CLI globally:
243
npm install -g @angular/cli
244
```
245
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
255
+yarn global add @angular/cli
256
257
258
+If you are using `bun`, you can use the following command:
259
260
261
+bun install -g @angular/cli
262
263
264
If you want to install a specific version of the Angular CLI, you can use the following command:
265
266
```bash
0 commit comments