Skip to content

Commit

Permalink
Update usage guide
Browse files Browse the repository at this point in the history
  • Loading branch information
peteretelej committed Nov 24, 2018
1 parent 256d19e commit 81ca5c1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81ca5c1

Please sign in to comment.