Skip to content

Commit

Permalink
Merge branch 'hotfix/Update-readme-to-specify-serverless-version'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Jan 29, 2022
2 parents a52680f + 9ab7c24 commit 85688c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ The setup is quick and easy. We need to do three things: install [Serverless Fra
Serverless Framework's setup is widely documented but it's so easy I might as well show it here.

1. Open a terminal
2. Run `npm install serverless -g`
2. Run `npm install serverless@^2.7.0 -g`

*N.B. Serverless Framework v3 was recently released and the project will implement it soon, but for now v2 is required.*

### 1.2 Create an IAM user for Serverless

Expand Down

0 comments on commit 85688c7

Please sign in to comment.