From 9a822528f9b33a07631cca16f7a0996b6f2f2fd7 Mon Sep 17 00:00:00 2001 From: David Majda Date: Fri, 12 Dec 2014 14:06:11 +0100 Subject: [PATCH] Add Bower installation instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 068e0b4..dc6575a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,9 @@ ways. ### Browser [Download](http://pegjs.majda.cz/#download) the PEG.js library (regular or -minified version). +minified version) or install it using Bower: + + $ bower install pegjs Generating a Parser -------------------