Skip to content

Commit b12c344

Browse files
ArtemKovaldanmoseley
authored andcommitted
Update osx-instructions.md (dotnet#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.
1 parent 2fb5879 commit b12c344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Documentation/building/osx-instructions.md

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Build the Framework
101101
===================
102102

103103
```sh
104+
dotnet-mbp:coreclr richlander$ cd ../corefx/
104105
dotnet-mbp:corefx richlander$ ./build.sh
105106
```
106107

0 commit comments

Comments
 (0)