From d9c214b0ef03a92b03d17ad75e81beae6c699bf5 Mon Sep 17 00:00:00 2001 From: iMrLopez <8272737+iMrLopez@users.noreply.github.com> Date: Tue, 5 Jan 2021 00:48:40 -0600 Subject: [PATCH] doc: update macOS_Catalina.md (#2293) PR-URL: https://github.com/nodejs/node-gyp/pull/2293 Reviewed-By: Jiawen Geng --- macOS_Catalina.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macOS_Catalina.md b/macOS_Catalina.md index 42ac6f1d0b..4fe0f29b21 100644 --- a/macOS_Catalina.md +++ b/macOS_Catalina.md @@ -40,7 +40,7 @@ To see if `Xcode Command Line Tools` is installed in a way that will work with ` 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`. +If test succeeded, _you are done_! You should be ready to [install](https://github.com/nodejs/node-gyp#installation) `node-gyp`. If test failed, there is a problem with your Xcode Command Line Tools installation. [Continue to Solutions](#Solutions).