Skip to content

Commit

Permalink
docs: Improve local installation example (#11695)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrakaSAN committed Jan 23, 2023
1 parent b925c4c commit b5509cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/providers/aws/guide/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,12 @@ To execute the locally installed Serverless executable you have to reference the

Example:

```bash
npx serverless deploy
```

or

```bash
node ./node_modules/serverless/bin/serverless deploy
```

0 comments on commit b5509cf

Please sign in to comment.