From 96a10fd91c53fbe7a68d2a6fde89b2904a74c243 Mon Sep 17 00:00:00 2001 From: William Ganucheau Date: Tue, 7 Jul 2015 18:23:36 -0500 Subject: [PATCH] Updated README with npm install instructions --- README.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a8fee0..f61c4be 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,11 @@ commands in real-time and forwards them via WebSockets to a local Javascript cl HTML5 canvas for your viewing pleasure. ## Installation -Simply clone the repo, and install: +Install with npm: + + npm install -g ugly + +Or clone the repo, and install: git clone https://github.com/williamg/ugly.git cd ugly diff --git a/package.json b/package.json index 06f8c31..39dcaf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ugly", - "version": "1.1.0", + "version": "1.1.1", "description": "A universal graphics library.", "main": "bin/launcher.js", "scripts": {