mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Remove duplicate "npm install" statement
This commit is contained in:
parent
a0126d6092
commit
fecf1ddcd4
@ -11,7 +11,7 @@ internals of Serverless so that you know how it works and how you can extend and
|
||||
Follow these simple steps to install the alpha, create and deploy your first service, run your function and remove the
|
||||
service afterwards.
|
||||
|
||||
1. `npm install npm install serverless@1.0.0-alpha.1`
|
||||
1. `npm install serverless@1.0.0-alpha.1`
|
||||
2. `serverless create --name first-service --provider aws`
|
||||
3. `serverless deploy`
|
||||
4. `serverless invoke --function hello --stage dev --region us-east-1`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user