From fac80918f5484092fcc2c687295e809cb13eae37 Mon Sep 17 00:00:00 2001 From: ed789d0 <26331505+ed789d0@users.noreply.github.com> Date: Fri, 4 Dec 2020 02:11:24 -0500 Subject: [PATCH] npm.md: Remove the "install Xcode" bit #2398 --- doc/npm.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/npm.md b/doc/npm.md index ce63fd5e..2f43f8c1 100644 --- a/doc/npm.md +++ b/doc/npm.md @@ -36,9 +36,6 @@ npm config set python python2 ``` ## macOS - -Install [Xcode](https://developer.apple.com/xcode/downloads/) and run: - ```bash xcode-select --install ```