From 34ce18211290cbce01e87798002dc6ba200cf81b Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Mon, 10 Jul 2017 16:00:34 +0100 Subject: [PATCH] Add Git clone of faas-cli samples RE: #105 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9fcf2d39..4d4ed948 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,13 @@ $ curl -sSL cli.get-faas.com | sudo sh *Install the faas-cli which is also available on `brew`* +Clone the samples and templates from Github: + +``` +$ git clone https://github.coma/alexellis/faas-cli +$ cd faas-cli +``` + Define your functions in YAML - or deploy via the API Gateway's UI. ```