Add Git clone of faas-cli samples

RE: #105
This commit is contained in:
Alex Ellis
2017-07-10 16:00:34 +01:00
committed by GitHub
parent a825bab6d6
commit 34ce182112

View File

@ -49,6 +49,13 @@ $ curl -sSL cli.get-faas.com | sudo sh
*Install the faas-cli which is also available on `brew`* *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. Define your functions in YAML - or deploy via the API Gateway's UI.
``` ```