Update README.md

This commit is contained in:
saubyk 2019-02-17 17:05:40 -05:00 committed by GitHub
parent 42317dca3d
commit bf00b3d3da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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