Skip to content

Commit

Permalink
Merge pull request #637 from janpieterz/patch-1
Browse files Browse the repository at this point in the history
docs: Make the recommended install the main one
  • Loading branch information
Timothyw0 committed Jun 24, 2024
2 parents 669e86c + e022cde commit e5356d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ The CLI emulates commonly used capabilities of the Azure Static Web Apps cloud s

### Installing the CLI with `npm`, `yarn` or `pnpm`:

- To install the CLI globally, use:
- To install the CLI in your project, use:

```bash
npm install -g @azure/static-web-apps-cli
npm install -D @azure/static-web-apps-cli
```

> 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.
> You can also install the SWA CLI globally using `npm install -g @azure/static-web-apps-cli`.

### Basic usage

Expand Down

0 comments on commit e5356d2

Please sign in to comment.