Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Itay Donanhirsh committed Feb 5, 2021
1 parent 6b4ff5d commit 936a2e9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,24 @@

## Installation

### Using GO

```
go install github.com/cluttercode/clutter/cmd/clutter
```

### From Source

```
make install
```

### Download
### Using gobinaries

```
$ curl -sf https://gobinaries.com/cluttercode/clutter/cmd/clutter@latest | sh
```

### Prebuilt binaries

From [releases](https://github.com/cluttercode/clutter/releases).

0 comments on commit 936a2e9

Please sign in to comment.