Skip to content

Commit 5437932

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ 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

3435
4. Optionally, add the built tools directory to your path, e.g.:
3536
```

0 commit comments

Comments
 (0)