Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonxiaoss committed Oct 19, 2019
1 parent 4bae234 commit 74b8172
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,17 @@ A multiple-threaded Linux network throughput benchmark tool.
### Building NTTTCP-for-Linux ###

- Using `make`:

```
make; make install
```

- Using `CMake`:

```
cd src
mkdir build && cd build
cmake ..
make && make install
```

### Usage

Expand Down

0 comments on commit 74b8172

Please sign in to comment.