From 62060366d734ea0058e3bd0d0beee308cbeb47cb Mon Sep 17 00:00:00 2001 From: rentrop Date: Mon, 25 Apr 2016 19:12:59 +0200 Subject: [PATCH] Improve Installation instructions This takkles my problem here: https://github.com/Nopik/serverless-lambda-prune-plugin/issues/12 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c969d61..a7bb1c4 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,19 @@ Most recent versions and versions with aliases are not deleted. Installation ============ +Install via npm in the root of your Serverless Project: + `npm install serverless-lambda-prune-plugin` +Add the plugin to the plugins array in your Serverless Project's s-project.json, like this: + +``` +plugins: [ + "serverless-lambda-prune-plugin" +] +``` + + Usage =====