From 1b70e487bd239abb71c2320106b0e5bba219c75a Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Sun, 31 Jan 2016 22:34:22 -0500 Subject: [PATCH] add missing step to frontend installation instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index adf83866d4e..a1cf6d8bafa 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Source code for the default registry for Cargo users. Can be found online at * `git clone` this repository * `npm install` +* `npm install -g bower && bower install` ## Making UI tweaks or changes