From b075259902d8512a912d758ae360b7766c85d776 Mon Sep 17 00:00:00 2001 From: Chatdanai Phakaket Date: Thu, 10 Sep 2020 01:29:50 +0700 Subject: [PATCH] UPDATE - Update readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index f3dd855..2d31e70 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,25 @@ WSL2-forwarding-port-cli is command line tools for wsl2 forwarding port configure +## How to install + +1. Open WSL2 with Run Administrator +2. Download the binary with the command +``` + curl -LO https://github.com/mrzack99s/wsl2-forwarding-port-cli/releases/download/v1.0.0/wfp-cli +``` +3. Make the kubectl binary executable. +``` + chmod +x wfp-cli +``` +4. Move the binary in to PATH. + +``` + sudo mv ./wfp-cli /usr/local/bin/wfp-cli +``` + +Let's enjoy !!!! + ## License Copyright (c) 2020 - Chatdanai Phakaket