From 0ff5acd06f865553c903a68925c7fee86f5db01f Mon Sep 17 00:00:00 2001 From: Scott Taylor <scott@railsnewbie.com> Date: Sun, 26 Jan 2014 14:43:17 -0800 Subject: [PATCH] add building instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba6e427..93cb076 100644 --- a/README.md +++ b/README.md @@ -60,4 +60,12 @@ else if (bowser.c) { } else { // unsupported (bowser.x) -} \ No newline at end of file +} + +Building +--------- + +If you'd like to contribute a change to bowser, modify the files in src/, then run the following (you'll need node + npm installed): + + $ npm install + $ make