Unverified Commit 2a6bbd66 authored by Igor Gov's avatar Igor Gov Committed by GitHub
Browse files

Update relase template for Mac M1 executable (#836)

* Update release template for Mac M1
parent 5a4baa05
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -10,7 +10,7 @@ curl -Lo mizu https://github.com/up9inc/mizu/releases/download/_VER_/mizu_darwin
**Mac** (AArch64/Apple M1 silicon)
```
curl -Lo mizu https://github.com/up9inc/mizu/releases/download/_VER_/mizu_darwin_arm64 && chmod 755 mizu
rm -f mizu && curl -Lo mizu https://github.com/up9inc/mizu/releases/download/_VER_/mizu_darwin_arm64 && chmod 755 mizu
```
**Linux** (x86-64)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment