From fd5b72a66e49de5591c8bdbc902e898235a81e78 Mon Sep 17 00:00:00 2001 From: Alex Haiut Date: Sun, 20 Jun 2021 14:49:54 +0300 Subject: [PATCH] #minor --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index efbcc082c..13c8dea70 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,22 @@ standalone web app traffic viewer for Kubernetes ## Download -Download `mizu` for your platform as +Download `mizu` for your platform and operating system -* for MacOS - `curl -o mizu https://static.up9.com/mizu/mizu-darwin-amd64 && chmod 755 mizu` -* for Linux - `curl -o mizu https://static.up9.com/mizu/mizu-linux-amd64 && chmod 755 mizu` +### Latest stable release -## Run +* for MacOS - `curl -o mizu https://github.com/up9inc/mizu/releases/download/latest/mizu_darwin_amd64 && chmod 755 mizu` +* for Linux - `curl -o mizu https://github.com/up9inc/mizu/releases/download/latest/mizu_linux_amd64 && chmod 755 mizu` +### Development (unstable) build +Pick one from the [Releases](https://github.com/up9inc/mizu/releases) page. +## How to run 1. Find pod you'd like to tap to in your Kubernetes cluster -2. Run `mizu --pod podname` +2. Run `mizu PODNAME` or `mizu REGEX` 3. Open browser on `http://localhost:8899` as instructed .. 4. Watch the WebAPI traffic flowing .. + +## Examples +TBD