Update unix-instructions.md
authorMaryam Ariyan <maryam.ariyan@microsoft.com>
Wed, 18 Sep 2019 20:35:33 +0000 (13:35 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Sep 2019 20:35:33 +0000 (13:35 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/2c5f652ea6a883bc032db18a8a2401db9f66f523

docs/libraries/building/unix-instructions.md

index d53266c..c17fb99 100644 (file)
@@ -11,7 +11,7 @@ Calling the script `build.sh` builds both the native and managed code.
 
 For more information about the different options when building, run `build.sh --help` and look at examples in the [developer-guide](../project-docs/developer-guide.md).
 
-To build per project, you can use the script `dotnet msbuild`, e.g. `dotnet msbuild src/System.Console/src /t:rebuild`.
+To build per project, you can use the script `.dotnet/dotnet msbuild` from the root of the repo, e.g. `.dotnet/dotnet msbuild src/System.Console/src /t:rebuild`.
 
 ## Minimum Hardware Requirements
 - 2GB RAM