Skip to content

Commit ae45455

Browse files
committed
Update getting started for macOS
1 parent c4a181b commit ae45455

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ Current tools include:
2929
cd jitutils
3030
bootstrap.cmd
3131
```
32-
(on non-Windows, run bootstrap.sh. NOTE: On Mac, you need to first use `ulimit -n 2048` or the `dotnet restore` part of the build will fail.)
32+
(on non-Windows, run bootstrap.sh.
33+
**macOS note:** On macOS versions **prior to 14 (Sonoma)** you must first run `ulimit -n 2048`, otherwise the `dotnet restore` part of the build may fail due to the lower default file descriptor limit.)
3334

34-
4. Optionally, add the built tools directory to your path, e.g.:
35+
1. Optionally, add the built tools directory to your path, e.g.:
3536
```
3637
set PATH=%PATH%;<root>\jitutils\bin
3738
```

0 commit comments

Comments
 (0)