From e3589a4ed114e5657bd86f91fb7f5c50bebddb88 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Fri, 24 Jul 2020 08:35:21 +0100 Subject: [PATCH] Correct spelling of Canonical in tutorial Correct spelling of Canonical in tutorial Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- docs/MULTIPASS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MULTIPASS.md b/docs/MULTIPASS.md index 5ca92ed..8e13c0f 100644 --- a/docs/MULTIPASS.md +++ b/docs/MULTIPASS.md @@ -2,7 +2,7 @@ ## Get up and running with your own faasd installation on your Mac -[multipass from Canoncial](https://multipass.run) is like Docker Desktop, but for getting Ubuntu instead of a Docker daemon. It works on MacOS, Linux, and Windows with the same consistent UX. It's not fully open-source, and uses some proprietary add-ons / binaries, but is free to use. +[multipass from Canonical](https://multipass.run) is like Docker Desktop, but for getting Ubuntu instead of a Docker daemon. It works on MacOS, Linux, and Windows with the same consistent UX. It's not fully open-source, and uses some proprietary add-ons / binaries, but is free to use. For Linux using Ubuntu, you can install the packages directly, or use `sudo snap install multipass --classic` and follow this tutorial. For Raspberry Pi, [see my tutorial here](https://blog.alexellis.io/faasd-for-lightweight-serverless/).