From 4ba3ec3b6444d810568bdf9a7186830cc1c23c35 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Fri, 27 Dec 2019 09:28:04 +0000 Subject: [PATCH] Make pre-reqs more obvious Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddba68e..097184d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,9 @@ First run faas-containerd ```sh cd $GOPATH/src/github.com/alexellis/faas-containerd -go build + +# You'll need to install containerd and its pre-reqs first +# https://github.com/alexellis/faas-containerd/ sudo ./faas-containerd ``` @@ -73,7 +75,11 @@ Then run faasd, which brings up the gateway and Prometheus as containers cd $GOPATH/src/github.com/alexellis/faasd go build -sudo ./faasd up +# Install with systemd +# sudo ./faasd install + +# Or run interactively +# sudo ./faasd up ``` ### Build and run (binaries)