diff --git a/README.md b/README.md index 0c7e87a..0a697b0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # NTTTCP +[![Build](https://github.com/microsoft/ntttcp/actions/workflows/build.yml/badge.svg)](https://github.com/microsoft/ntttcp/actions/workflows/build.yml) + A Windows network throughput benchmark tool. -See Releases section for binaries. +See [Releases](https://github.com/microsoft/ntttcp/releases) section for binaries. + +## Building -# Building +In a command prompt in the `src` directory run the following: -In a command prompt in the src directory run the following. Cmake 3.15 at minimum is required. +> **Note** - Cmake 3.15 at minimum is required. ``` mkdir build