Skip to content

Commit

Permalink
doc: silence curl for macOS Catalina acid test
Browse files Browse the repository at this point in the history
PR-URL: #2150
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
weiliddat authored and rvagg committed Jun 16, 2020
1 parent 7857cb2 commit 4fc8ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macOS_Catalina.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If `ProductVersion` is less then `10.15` then this document is not for you. Norm
### The acid test
To see if `Xcode Command Line Tools` is installed in a way that will work with `node-gyp`, run:
```
curl -L https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash
curl -sL https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash
```

If test succeeded, _you are done_! You should be ready to install `node-gyp`.
Expand Down

0 comments on commit 4fc8ff1

Please sign in to comment.