# 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 ``` *Serverless follows the [Semantic Versioning](http://semver.org) schema. You can read more about that in our dedicated [versioning file](https://github.com/serverless/serverless/blob/master/VERSIONING.md).* ## Choose your compute provider
Amazon Web Services
Quick Start Guide
Azure Functions
Quick Start Guide
Apache OpenWhisk
Quick Start Guide
Google Cloud Functions
Quick Start Guide