mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-10 08:56:47 +00:00
Make pre-reqs more obvious
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
ea9386d285
commit
4ba3ec3b64
10
README.md
10
README.md
@ -62,7 +62,9 @@ First run faas-containerd
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd $GOPATH/src/github.com/alexellis/faas-containerd
|
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
|
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
|
cd $GOPATH/src/github.com/alexellis/faasd
|
||||||
go build
|
go build
|
||||||
|
|
||||||
sudo ./faasd up
|
# Install with systemd
|
||||||
|
# sudo ./faasd install
|
||||||
|
|
||||||
|
# Or run interactively
|
||||||
|
# sudo ./faasd up
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build and run (binaries)
|
### Build and run (binaries)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user