From 376c8e5d7bb9749417bd817de5ad8a1e552b6565 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Tue, 24 Dec 2019 10:11:54 +0000 Subject: [PATCH] Update to latest release Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a226f72..12837fd 100644 --- a/README.md +++ b/README.md @@ -63,21 +63,21 @@ go build && sudo ./faasd Or get from binaries: -### Build and run faas-containerd +### Build and run ```sh # For x86_64 -sudo curl -fSLs "https://github.com/alexellis/faasd/releases/download/0.1.3/faasd" \ +sudo curl -fSLs "https://github.com/alexellis/faasd/releases/download/0.2.0/faasd" \ -o "/usr/local/bin/faasd" \ && sudo chmod a+x "/usr/local/bin/faasd" # armhf -sudo curl -fSLs "https://github.com/alexellis/faasd/releases/download/0.1.3/faasd-armhf" \ +sudo curl -fSLs "https://github.com/alexellis/faasd/releases/download/0.2.0/faasd-armhf" \ -o "/usr/local/bin/faasd" \ && sudo chmod a+x "/usr/local/bin/faasd" # arm64 -sudo curl -fSLs "https://github.com/alexellis/faasd/releases/download/0.1.3/faasd-arm64" \ +sudo curl -fSLs "https://github.com/alexellis/faasd/releases/download/0.2.0/faasd-arm64" \ -o "/usr/local/bin/faasd" \ && sudo chmod a+x "/usr/local/bin/faasd" ```