From 2a2440ec39c7db9dd234d81e84b208d0886b6b5b Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Mon, 22 Jun 2015 16:20:50 +0900 Subject: [PATCH] Update instructions. --- README.md | 2 +- UPDATING.md | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 UPDATING.md 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