From 53788a40348a7481392509169cf65f4f3743311a Mon Sep 17 00:00:00 2001 From: Valentin Vanelslande Date: Wed, 29 Apr 2020 16:18:30 -0500 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8ccb084..430e582 100644 --- a/Readme.md +++ b/Readme.md @@ -11,7 +11,7 @@ To update the Boost version (or to add a new library) follow these steps: - Download Boost and extract the package, then launch Powershell and `cd` to the `boost_1_xx_0` directory. - Build the `bcp` tool: ``` - .\boostrap.bat + .\bootstrap.bat .\b2 tools\bcp ```