From 9dd73b511da77128a297ee032ed03fb0b33630ed Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Mon, 8 May 2017 18:11:31 -0700 Subject: [PATCH] Updated README.md to latest --- README.md | 18 ++++-------------- package.json | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1399775..ef2c07d 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,10 @@ In-game menu and dialog creation and management for GameStartr. - -## Build Process + +## Development -MenuGraphr uses [Gulp](http://gulpjs.com/) to automate building, which requires [Node.js](http://node.js.org). - -To build from scratch, install NodeJS and run the following commands: - -``` -npm install -g gulp -npm install -gulp -``` +See [Documentation/Development](https://github.com/FullScreenShenanigans/Documentation). - -See [gulp-shenanigans](https://github.com/FullScreenShenanigans/gulp-shenanigans) for detailed Gulp usage. - + diff --git a/package.json b/package.json index 795a5b3..96338e5 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "gulp": "^3.9.1", - "gulp-shenanigans": "^0.6.10" + "gulp-shenanigans": "^0.6.11" }, "scripts": { "gulp": "gulp",