serverless/docs/getting-started.md
Sherif O dab36c594a
Updated getting-started.md
Made changes to show how to update an older version of serverless to a new stable version.
2017-12-03 13:28:04 +01:00

4.4 KiB

Getting Started with Serverless

First things first, let's get the Serverless framework installed on your machine.

# Installing the serverless cli
npm install -g serverless
# Updating serverless from a previous version of serverless
npm install -g serverless
# Login to the serverless platform (optional)
serverless login

Next up, it's time to choose where you'd like your serverless service to run.

Choose your compute provider