Skip to content

Commit

Permalink
UPDATE - Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzack99s committed Sep 9, 2020
1 parent 434404c commit b075259
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b075259

Please sign in to comment.