diff --git a/Documentation/developer-guide.md b/Documentation/developer-guide.md
index 27075ccd8..18cb44890 100644
--- a/Documentation/developer-guide.md
+++ b/Documentation/developer-guide.md
@@ -30,7 +30,7 @@ In order to build .NET Command Line Interface, you need the following installed
 
 ## Building/Running
 
-1. Run `build.cmd` or `build.sh` from the root depending on your OS. If you don't want to execute tests, run `build.cmd -Targets Compile` or `./build.sh --targets Compile`.
+1. Run `build.cmd` or `build.sh` from the root depending on your OS. If you don't want to execute tests, run `build.cmd -Targets Prepare,Compile` or `./build.sh --targets Prepare,Compile`.
 2. Use `artifacts/{os}-{arch}/stage2/dotnet` to try out the `dotnet` command. You can also add `artifacts/{os}-{arch}/stage2` to the PATH if you want to run `dotnet` from anywhere.
 
 ## A simple test