diff --git a/README.md b/README.md index d6a63458..173f81c1 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Note that if you see your device ready to use but without a name or a proper ima ## Updating -See [UPDATING.md](UPDATING.md). +To update your development version, simply pull the repo and run `npm install` and `bower install` again. You may occasionally have to remove the whole `node_modules` folder to prevent NPM from complaining about version mismatches. ## Testing diff --git a/UPDATING.md b/UPDATING.md deleted file mode 100644 index 2d4d2842..00000000 --- a/UPDATING.md +++ /dev/null @@ -1,6 +0,0 @@ -Updating -=== - -- `git pull` -- `npm install` -- `bower install` \ No newline at end of file