Skip to content

Commit 51cc063

Browse files
committed
chore: explain MacOs specific make issue
Signed-off-by: Oleksii Kurinnyi <[email protected]>
1 parent 4c53baa commit 51cc063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ On macOS, the default `make` utility might be outdated, leading to issues with s
7676
export PATH="/opt/homebrew/opt/make/libexec/gnubin:$PATH"
7777
```
7878

79-
After adding, reload your shell configuration (e.g., `source ~/.zshrc` or `source ~/.bash_profile`) or open a new terminal session.
79+
After adding, reload your shell configuration (e.g., `source ~/.zshrc` or `source ~/.bash_profile`) or open a new terminal session.
8080

8181
### Makefile
8282

0 commit comments

Comments
 (0)