mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-11 09:26:47 +00:00
Add faas-cli step
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
f1a1f374d9
commit
038b92c5b4
@ -40,6 +40,14 @@ sudo apt update \
|
|||||||
make
|
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:
|
#### Install the CNI plugins:
|
||||||
|
|
||||||
* For PC run `export ARCH=amd64`
|
* For PC run `export ARCH=amd64`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user