Remove duplicate "npm install" statement

This commit is contained in:
Philipp Muens 2016-06-22 17:42:22 +02:00
parent a0126d6092
commit fecf1ddcd4

View File

@ -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`