diff --git a/docs/getting-started.md b/docs/getting-started.md index 2180bd70b..b4fdd74b3 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -16,9 +16,11 @@ First things first, let's get the Serverless framework installed on your machine ```bash # Installing the serverless cli -npm install serverless -g +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