From 936a2e9eb907bb74b13d2b77a4da1893edc0a773 Mon Sep 17 00:00:00 2001 From: Itay Donanhirsh Date: Thu, 4 Feb 2021 20:47:17 -0800 Subject: [PATCH] update README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4109e2..e75ef92 100644 --- a/README.md +++ b/README.md @@ -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).