From f604a3a35d4902ff86fb4a29d98345c0c1a3d375 Mon Sep 17 00:00:00 2001 From: Alex Haiut Date: Mon, 21 Jun 2021 13:53:08 +0300 Subject: [PATCH] Update README.md (#78) --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c7e586c0..0205f5726 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,25 @@ Download `mizu` for your platform and operating system ### Latest stable release * for MacOS - Intel -`curl -Lo mizu https://github.com/up9inc/mizu/releases/latest/download/mizu_darwin_amd64 && chmod 755 mizu` +``` +curl -Lo mizu \ +https://github.com/up9inc/mizu/releases/latest/download/mizu_darwin_amd64 \ +&& chmod 755 mizu +``` * for MacOS - Apple Silicon - `curl -Lo mizu https://github.com/up9inc/mizu/releases/latest/download/mizu_darwin_arm64 && chmod 755 mizu` +``` +curl -Lo mizu \ +https://github.com/up9inc/mizu/releases/latest/download/mizu_darwin_arm64 \ +&& chmod 755 mizu +``` * for Linux - Intel 64bit - `curl -Lo mizu https://github.com/up9inc/mizu/releases/latest/download/mizu_linux_amd64 && chmod 755 mizu` +``` +curl -Lo mizu \ +https://github.com/up9inc/mizu/releases/latest/download/mizu_linux_amd64 \ +&& chmod 755 mizu +``` SHA256 checksums are available on the [Releases](https://github.com/up9inc/mizu/releases) page.