From 00a665f210bba1f93386f9e811ce25de3096be67 Mon Sep 17 00:00:00 2001 From: Philipp Muens Date: Wed, 31 May 2017 09:17:07 +0200 Subject: [PATCH] Add link from docs to VERSIONING.md file --- docs/getting-started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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