Skip to content

Commit

Permalink
better doc verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Walkin committed Jan 15, 2016
1 parent 0b894a7 commit 826dac7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
tcpkali -em "GET / HTTP/1.1\r\nHost: google.com\r\n\r\n" -r 10 \
--latency-marker "HTTP/1.1" google.com:80

# Setup
# Install

From packages:

Expand All @@ -30,9 +30,7 @@ From packages:
| Mac OS X | [MacPorts](https://www.macports.org/) | `port install tcpkali` |
| FreeBSD | [pkgng](https://wiki.freebsd.org/pkgng) | `pkg install tcpkali` |

# Compiling from sources

## Pre-requisites
## Compiling from sources

Install the following packages first:

Expand All @@ -43,7 +41,7 @@ Install the following packages first:
* flex
* gcc-c++

## Build and Install
*Build and install:*

test -f configure || autoreconf -iv
./configure
Expand Down

0 comments on commit 826dac7

Please sign in to comment.