From 69137f31ab10aca1f3f69f30fff243701da28b39 Mon Sep 17 00:00:00 2001 From: Michael Shanks Date: Fri, 11 Oct 2019 08:45:38 +0000 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 9cbeaf2e71..5fe66f0795 100644 --- a/readme.md +++ b/readme.md @@ -4,10 +4,10 @@ Install requires [node-gyp](https://github.com/nodejs/node-gyp), due to a depend ### 1. Prerequisites -*nodegyp - Windows -* `npm install --global --production windows-build-tools` -if you have problems, this might help: https://github.com/nodejs/node-gyp/issues/1278 - -*nodegyp - Ubuntu (same for Mac ?)* `sudo apt-get install build-essentials` +*nodegyp -* + - Windows - https://github.com/nodejs/node-gyp#on-windows + - Ubuntu `sudo apt-get install build-essentials` + - Mac: https://github.com/nodejs/node-gyp#on-macos *yarn -* `npm install -g yarn`