From 9f131a393d7161e1ad9bf7d857c1b46dd823c897 Mon Sep 17 00:00:00 2001 From: "Martin \"Nexii\" Pitt" Date: Tue, 9 Jul 2019 10:34:26 +0100 Subject: [PATCH] Add step for serverless CLI install --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19fbff0..116b5f0 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,24 @@ npm install netlify-cli -g ``` -5. **Connect the serverless CLI with your AWS account credentials**. +5. **[Install the serverless CLI](https://serverless.com/framework/docs/getting-started/)** + + Open up your terminal and run: + + ```bash + npm install serverless -g + ``` + +6. **Connect the serverless CLI with your AWS account credentials**. [See the docs](https://serverless.com/framework/docs/providers/aws/guide/credentials/) or [watch the video](https://www.youtube.com/watch?v=KngM5bfpttA) -6. **Login to your netlify account in the CLI** +7. **Login to your netlify account in the CLI** Open up your terminal and run: ``` netlify login ``` -7. Join https://jamstack.slack.com and DM `@futuregerald` for an invite to the private channel \ No newline at end of file + +8. Join https://jamstack.slack.com and DM `@futuregerald` for an invite to the private channel