From a95883590b360d56d272a7ca11cb2d7d61cc4eb6 Mon Sep 17 00:00:00 2001 From: Nick Banks Date: Tue, 24 Sep 2024 14:07:01 -0400 Subject: [PATCH] Clarify git clone instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eef0c69..19c7314 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ See [Releases](https://github.com/microsoft/ntttcp/releases) section for binarie ## Building -1. Clone the repository with submodules. +1. Clone the repository with submodules: `git clone --recursive https://github.com/microsoft/ntttcp` 1. Open the solution file `ntttcp.sln` in Visual Studio and build. 1. The binary will be at `build/bin/amd64fre/ntttcp.exe`