From 5e1fa17b227f82a1a3d2e866c502a9148054a3af Mon Sep 17 00:00:00 2001 From: Rayowang Date: Tue, 3 May 2022 23:19:48 +0800 Subject: [PATCH] fix: FaaS quickstart fails --- docs/zh/start/faas/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/start/faas/start.md b/docs/zh/start/faas/start.md index f4fd5f4db7..35588d8586 100644 --- a/docs/zh/start/faas/start.md +++ b/docs/zh/start/faas/start.md @@ -44,7 +44,7 @@ Layotto支持加载并运行以 wasm 为载体的 Function,并支持Function ``` > git clone https://github.com/mosn/layotto.git > cd layotto -> make build-linux-wasm-layotto +> make wasm > minikube cp ./layotto /home/docker/layotto > minikube cp ./demo/faas/config.json /home/docker/config.json > minikube ssh