From 578c981f7d88e9b1357690ecf973a9ca75a3bfc4 Mon Sep 17 00:00:00 2001 From: Edoardo Ottavianelli Date: Sun, 7 Apr 2024 19:04:04 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 921cd10..ec12c0e 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,15 @@ Installation 📡 ---------- ### Homebrew -``` +```console brew install scilla ``` +### Go +```console +go install -v github.com/edoardottt/scilla/cmd/scilla@latest +``` + ### Building from source You need [Go](https://golang.org/).