From c5011bae4718e8e4bc1c671980c28d3c74a696b6 Mon Sep 17 00:00:00 2001 From: Kevin Old Date: Mon, 28 Jul 2014 15:04:30 -0500 Subject: [PATCH 1/2] add troubleshooting section to readme; reiterate installing the latest voodoospark --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 6f502f9..2b0a6ff 100644 --- a/readme.md +++ b/readme.md @@ -220,7 +220,9 @@ Then add the following to your dot-rc file of choice: source ~/.sparkrc ``` +### Troubleshooting +- Make sure you have installed the latest [voodoospark](https://github.com/voodootikigod/voodoospark) firmware onto your device. From ea9ae236cf69410184c73e7c5c7eb71a2be604d5 Mon Sep 17 00:00:00 2001 From: Kevin Old Date: Tue, 29 Jul 2014 10:22:04 -0500 Subject: [PATCH 2/2] wip - add message to remind user to install voodoospark after installation --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a527e88..9e709eb 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,8 @@ "grunt-jsbeautifier": "~0.2.2" }, "scripts": { - "test": "grunt" + "test": "grunt", + "prepublish": "echo \"Make sure you have the latest voodoospark installed!\"" }, "js-flags": "--harmony" }