mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-20 03:01:02 +00:00
Update README.md (#78)
This commit is contained in:
parent
5d205b5082
commit
f604a3a35d
18
README.md
18
README.md
@ -8,13 +8,25 @@ Download `mizu` for your platform and operating system
|
|||||||
### Latest stable release
|
### Latest stable release
|
||||||
|
|
||||||
* for MacOS - Intel
|
* 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
|
* 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
|
* 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.
|
SHA256 checksums are available on the [Releases](https://github.com/up9inc/mizu/releases) page.
|
||||||
|
Loading…
Reference in New Issue
Block a user