From 81ca5c17b96c21c91fc33306e458b4b558e5faac Mon Sep 17 00:00:00 2001 From: Peter Etelej Date: Sat, 24 Nov 2018 20:49:20 +0300 Subject: [PATCH] Update usage guide --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b808ef..7b582b2 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,17 @@ Grab an binary executable for your OS from [Releases](https://github.com/peteret Or, if you have Go: ``` -go get github.com/peteretelej/vpn-timer +git clone https://github.com/peteretelej/vpn-timer.git + +cd vpn-timer + +go install ``` -## Use +## Usage +Run `vpn-timer` while specifying the VPN IP (see [ifconfig.co](https://ifconfig.co), and **_optionally_** you can specify the time _limit_ you want eg `10m`,`1h`,`2h30m` (default `30m`) ``` vpn-timer -ip 123.45.67.89 # specify the VPN public IP so that it can be monitored