Skip to content

Commit

Permalink
docs: Improve "Upgrading" instructions
Browse files Browse the repository at this point in the history
to clarify that NPM is the default recommended method
  • Loading branch information
mnapoli committed Nov 8, 2021
1 parent 800f63d commit a591008
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,17 @@ _Note: Users in China are presented with a setup centered around the chinese [Te
npm update -g serverless
```

### MacOS/Linux
If you have installed `serverless` as a standalone binary, read the following section instead.

### Standalone binary

#### MacOS/Linux

```bash
serverless upgrade
```

### Windows
#### Windows

```bash
choco upgrade serverless
Expand Down

0 comments on commit a591008

Please sign in to comment.