# Getting Started with Serverless First things first, let's get the Serverless framework installed on your machine. ```bash # Installing the serverless cli npm install -g serverless # Login to the serverless platform (optional) serverless login ``` *Serverless follows the [Semantic Versioning](http://semver.org) schema. You can read more about that in our dedicated [versioning file](http://bit.ly/2eP05Iw).* ## Choose your compute provider