From b12c344020ba4cc5bccff377c8922f5434aa293e Mon Sep 17 00:00:00 2001 From: Artem Koval Date: Fri, 18 May 2018 08:28:37 +0300 Subject: Update osx-instructions.md (#18000) When following this instruction CoreFX build won't happen until we change the folder to the CoreFX's one. In essence ./build.sh will trigger CoreCLR build once again. It may be a minor thing for an experienced user but can become a significant blocker for someone who's not that experienced with the command line and needs to compile CoreCLR. And it will diminish the awesomeness of .NET Core which we can't allow! The proposed change is just a directory change when inside the CoreCLR folder. --- Documentation/building/osx-instructions.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation/building') diff --git a/Documentation/building/osx-instructions.md b/Documentation/building/osx-instructions.md index dc01ae402a..eb077b179d 100644 --- a/Documentation/building/osx-instructions.md +++ b/Documentation/building/osx-instructions.md @@ -101,6 +101,7 @@ Build the Framework =================== ```sh +dotnet-mbp:coreclr richlander$ cd ../corefx/ dotnet-mbp:corefx richlander$ ./build.sh ``` -- cgit v1.2.3