You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,13 @@ The CLI emulates commonly used capabilities of the Azure Static Web Apps cloud s
35
35
36
36
### Installing the CLI with `npm`, `yarn` or `pnpm`:
37
37
38
-
- To install the CLI globally, use:
38
+
- To install the CLI in your project, use:
39
39
40
40
```bash
41
-
npm install -g @azure/static-web-apps-cli
41
+
npm install -D @azure/static-web-apps-cli
42
42
```
43
43
44
-
> You can also install the SWA CLI inside a project (instead of globally) as a development dependency using `npm install -D @azure/static-web-apps-cli`. This is highly recommended.
44
+
> You can also install the SWA CLI globallyusing `npm install -g @azure/static-web-apps-cli`.
0 commit comments