From cdb770b4070c1317afda590260d7a4f301b24e02 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Julian=20Gro=C3=9F?= <firedefender1@googlemail.com>
Date: Fri, 3 Jul 2020 03:27:45 +0200
Subject: [PATCH] move npm into dependencies

---
 BUILD_OSX.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/BUILD_OSX.md b/BUILD_OSX.md
index 9b3316240c..5384326b38 100644
--- a/BUILD_OSX.md
+++ b/BUILD_OSX.md
@@ -8,17 +8,13 @@ Please read the [general build guide](BUILD.md) for information on dependencies
 
 [Homebrew](https://brew.sh/) is an excellent package manager for macOS. It makes install of some Vircadia dependencies very simple.
 
-    brew install cmake openssl
+    brew install cmake openssl npm
 
 ### Python 3
 
 Download an install Python 3.6.6 or higher from [here](https://www.python.org/downloads/).  
 Execute the `Update Shell Profile.command` script that is provided with the installer.
 
-### npm
-
-Install npm via `brew install npm`, as it is needed for generating the included jsdocs.
-
 ### OSX SDK
 
 You will need the OSX SDK for building. The easiest way to get this is to install Xcode from the App Store.