From f01b11af2381bebb817ec3258154a008dd4e2ed2 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 16 May 2018 15:49:50 -0400 Subject: [PATCH] add windows instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c216d9738..2e745e758 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ distributable packages. #### Resetting your Packages -If the app isn't building, or `yarn xxx` commands aren't working you may need to just reset your `node_modules`. To do so you can run: `rm -r node_modules && yarn` +If the app isn't building, or `yarn xxx` commands aren't working you may need to just reset your `node_modules`. To do so you can run: `rm -r node_modules && yarn` or `del node_modules && yarn` on Windows. ## Contributing