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.