Skip to content

Commit

Permalink
fix: FaaS quickstart fails (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayowang authored May 4, 2022
1 parent d0f7841 commit cf2ce78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/start/faas/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf2ce78

Please sign in to comment.