From bf00b3d3da4df0f65b2e2adcb4d9bf2848e09fa9 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sun, 17 Feb 2019 17:05:40 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 25b7bf8b..943ddf3c 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,8 @@ Fetch the dependencies and build the application by running: `$ npm install` #### Updating existing build -`$ cd RTL` - -Reset Git (for the changes you may have made to the config file). ``` +$ cd RTL $ git reset --hard HEAD $ git clean -f -d $ git pull