diff --git a/README.md b/README.md
index a657602..4dd28a1 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,13 @@ Hardware wise, this uses [Pin 12 aka BCM 18](https://pinout.xyz/pinout/pin12_gpi
 
 I found that my 32x8 LED matrix can be fully driven at _very high brightness_ by the Raspberry Pi's 5v power pin: No external power supply is needed for the LEDs.
 
+# Quick test
+
+1. Clone this repo
+2. CD to it
+3. run `npm install`
+4. run `npm run example`
+
 # Sudo
 
 Root access is required to access the Raspberry Pi's lower levels and draw to the matrix.
diff --git a/package-lock.json b/package-lock.json
index 51e58f9..fadd82c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,13 @@
 {
     "name": "ws2812draw",
-    "version": "3.0.0",
+    "version": "3.0.1",
     "lockfileVersion": 2,
     "requires": true,
     "packages": {
         "": {
             "name": "ws2812draw",
-            "version": "3.0.0",
+            "version": "3.0.1",
+            "hasInstallScript": true,
             "license": "MIT",
             "dependencies": {
                 "bindings": "1.5.0",
diff --git a/package.json b/package.json
index e0e8779..5f4d7f8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "ws2812draw",
-    "version": "3.0.0",
+    "version": "3.0.1",
     "description": "Draw to a ws2812 LED matrix with a Raspberry Pi",
     "keywords": [
         "ws2812",