From bfbd61eb433eef21aa2ac055ae146e1e7b3117fa Mon Sep 17 00:00:00 2001 From: Kevin Brock Date: Sun, 21 Apr 2019 11:54:58 -0700 Subject: [PATCH] Admin required for windows-build-tools install (#3570) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b0c3fe8..d7ca2446 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Regardless of the platform you are working on, you will need to have Yarn instal 1. Install necessary packages: * Windows - - Be sure to run `yarn global add windows-build-tools` to install `windows-build-tools`. + - Be sure to run `yarn global add windows-build-tools` from an elevated prompt (as an administrator) to install `windows-build-tools`. * macOS - Once you have installed Yarn, you can skip this section! * Linux (You can see [here](https://en.wikipedia.org/wiki/List_of_Linux_distributions) what your Linux is based on.)