diff --git a/README.md b/README.md index 3fdd5353..4ea470dd 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Your new microservice development environment friend. This CLI tool allows you t ✅ Port-forward an application locally using a remote one on Kubernetes (targeting a pod via label) or over SSH -✅ Forward traffic of a remote application over Kubernetes or SSH locally (see types ssh-remote & kubernetes-remote) +✅ Forward traffic of a remote application over Kubernetes, SSH or TCP locally (see example forward types) ✅ Auto reconnect when a port-forward connection is lost @@ -73,6 +73,8 @@ $ make build ## Usage +![Monday](https://github.com/eko/monday/blob/master/misc/monday.gif?raw=true) + First, you have to initialize monday and edit your configuration file (you have a [configuration example file here](https://raw.githubusercontent.com/eko/monday/master/example.yaml)). Run the following command and edit the `~/monday.yaml` configuration file just created for you: diff --git a/misc/monday.gif b/misc/monday.gif new file mode 100644 index 00000000..3fc76e4d Binary files /dev/null and b/misc/monday.gif differ