Website: document "brew link" step in macOS dev docs

This commit is contained in:
Sybren A. Stüvel 2024-10-03 19:12:27 +02:00
parent 453c572916
commit 0031ac31af

View File

@ -71,6 +71,7 @@ Install Node 18 via homebrew:
``` ```
brew install node@18 brew install node@18
brew link node@18
``` ```
Then install yarn: Then install yarn: