Skip to content

Commit

Permalink
chore: add super simple install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored and mvo5 committed Mar 1, 2023
1 parent 5ed97ba commit ded9133
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Spread

[Why?](#why)
[The cascading matrix](#matrix)
[Install](#install)
[Hello world](#hello-world)
[Environments](#environments)
[Variants](#variants)
Expand Down Expand Up @@ -88,6 +89,16 @@ run, use the `-list` option. It will show one entry per line in the format:
backend:system:suite/task:variant
```

<a name="install"/>

## Install

Please install `spread` using Go install method:

```shell
go install github.com/snapcore/spread/cmd/spread@latest
```

<a name="hello-world"/>

## Hello world
Expand Down

0 comments on commit ded9133

Please sign in to comment.