From 0835de0690b1dbf0ff0f31c923bd68f930e10348 Mon Sep 17 00:00:00 2001 From: Tyler Collier Date: Sun, 27 Aug 2017 22:14:20 -0700 Subject: [PATCH] Update README.md Remove sudo in sudo npm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 091cca5..179e349 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In this project we will use an npm package called `create-react-app` to quickly ## Setup * `Fork` and `clone` this repository and then `cd` into it. -* If you don't have `create-react-app` installed, do so by running `sudo npm install -g create-react-app`. +* If you don't have `create-react-app` installed, do so by running `npm install -g create-react-app`. * Run `create-react-app app`in the root directory. ( This will create a folder called app ) * Open the newly created `app` folder in your editor. * Make sure to move the calculator.png image into the app/src folder to avoid any errors!