From ded9133cdbceaf01f8a1c9decf6ff9ea56e194d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Fri, 14 Jan 2022 10:52:06 +0100 Subject: [PATCH] chore: add super simple install instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d6fc724f..fd5f21f8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Spread [Why?](#why) [The cascading matrix](#matrix) +[Install](#install) [Hello world](#hello-world) [Environments](#environments) [Variants](#variants) @@ -88,6 +89,16 @@ run, use the `-list` option. It will show one entry per line in the format: backend:system:suite/task:variant ``` + + +## Install + +Please install `spread` using Go install method: + +```shell +go install github.com/snapcore/spread/cmd/spread@latest +``` + ## Hello world