Skip to content

Commit

Permalink
Migrate macOS acid test from master to main (#2686)
Browse files Browse the repository at this point in the history
Follow-on to #2495
  • Loading branch information
cclauss committed Jun 22, 2022
1 parent ca1f068 commit 9778dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macOS_Catalina.md
Expand Up @@ -37,7 +37,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 -sL https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash
curl -sL https://github.com/nodejs/node-gyp/raw/main/macOS_Catalina_acid_test.sh | bash
```

If test succeeded, _you are done_! You should be ready to [install](https://github.com/nodejs/node-gyp#installation) `node-gyp`.
Expand Down

0 comments on commit 9778dd0

Please sign in to comment.