Merge pull request #25 from vvanelslande/master

This commit is contained in:
Tobias 2020-04-30 01:43:53 +02:00 committed by GitHub
commit c62b3c95df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```