From bc290cc3170519b3294e6293f21a0babd4ab5d1d Mon Sep 17 00:00:00 2001 From: Maryam Ariyan Date: Wed, 18 Sep 2019 13:35:33 -0700 Subject: [PATCH] Update unix-instructions.md Commit migrated from https://github.com/dotnet/corefx/commit/2c5f652ea6a883bc032db18a8a2401db9f66f523 --- docs/libraries/building/unix-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libraries/building/unix-instructions.md b/docs/libraries/building/unix-instructions.md index d53266c..c17fb99 100644 --- a/docs/libraries/building/unix-instructions.md +++ b/docs/libraries/building/unix-instructions.md @@ -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 -- 2.7.4