Skip to content

Commit

Permalink
Fix CLI arguments in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
cernoch committed Mar 19, 2019
1 parent 712630e commit c726f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Usage

Instead of `ping google.com`, simply run
```
tuxliketimeout ping google.com
tuxliketimeout.exe 1500 ping google.com
```

Compilation
Expand All @@ -21,7 +21,7 @@ Compilation
Assuming you have **Visual Studio** and **CMake**
installed, first open `cmd.exe` and then:
```
cmake -Bbuild -H. -G "Visual Studio 15 2017 Win64"
cmake -Bbuild -H.
cmake --build build
```
The binary will live in `build\Debug\tuxliketimeout.exe`.

0 comments on commit c726f08

Please sign in to comment.