Skip to content

Commit

Permalink
docs: Make the recommended install the main one
Browse files Browse the repository at this point in the history
  • Loading branch information
janpieterz authored Jan 18, 2023
1 parent 03ca8e1 commit e022cde
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 e022cde

Please sign in to comment.