From 869710278977f4571f92b1c2f520f7531f847276 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Wed, 4 Mar 2015 13:52:12 -0800 Subject: [PATCH] docs: Added line about grunt build This wasn't explicit, and it wasn't obvious to me at first. Closes #435 --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 42458e3e96..086f05f799 100644 --- a/docs/README.md +++ b/docs/README.md @@ -16,7 +16,7 @@ $ cd react-bootstrap/docs $ npm install ``` -You must have previously run `npm install` from the main directory. +You must have previously run `grunt build` and `npm install` from the main directory. ### Instructions