diff --git a/docs/DEV.md b/docs/DEV.md index 0728eb1..541f634 100644 --- a/docs/DEV.md +++ b/docs/DEV.md @@ -40,6 +40,14 @@ sudo apt update \ make ``` +### Get faas-cli (optional) + +Having `faas-cli` on your dev machine is useful for testing and debug. + +```bash +curl -sLS https://cli.openfaas.com | sudo sh +``` + #### Install the CNI plugins: * For PC run `export ARCH=amd64`