From 254b71bfb433704f0423728999829684e6131875 Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Fri, 8 Mar 2024 00:22:25 +0900 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fea94439..2511806b 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,21 @@ ## Installation ### Homebrew (macOS) + ```bash brew install noir # https://formulae.brew.sh/formula/noir ``` +### Snapcraft (linux) + +```bash +sudo snap install noir + +# https://snapcraft.io/noir +``` + ### From Sources ```bash # Install Crystal-lang