diff --git a/Documentation/bootstrapping-guidelines.md b/Documentation/bootstrapping-guidelines.md index f2a1424007..a1d7d41261 100644 --- a/Documentation/bootstrapping-guidelines.md +++ b/Documentation/bootstrapping-guidelines.md @@ -75,7 +75,7 @@ stage 1 to build .NET SDK from source. 1. Prep the build. ```bash - ./prep-source-build.sh --no-sdk --no-artifacts --with-sdk --with-packages + ./prep-source-build.sh --no-sdk --no-artifacts --no-bootstrap --with-sdk --with-packages ``` 1. Build the source built .NET SDK.