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