Repository: rave Updated Branches: refs/heads/angular 084d7495d -> bbbb5d769
Fixed instructions to reference bower install Project: http://git-wip-us.apache.org/repos/asf/rave/repo Commit: http://git-wip-us.apache.org/repos/asf/rave/commit/bbbb5d76 Tree: http://git-wip-us.apache.org/repos/asf/rave/tree/bbbb5d76 Diff: http://git-wip-us.apache.org/repos/asf/rave/diff/bbbb5d76 Branch: refs/heads/angular Commit: bbbb5d76904896334b31d1bd0b0bce852e4f7ed4 Parents: 084d749 Author: Matt Franklin <[email protected]> Authored: Tue Oct 7 09:59:33 2014 -0400 Committer: Matt Franklin <[email protected]> Committed: Tue Oct 7 09:59:33 2014 -0400 ---------------------------------------------------------------------- README.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/rave/blob/bbbb5d76/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index 58f22fc..edf23ef 100644 --- a/README.txt +++ b/README.txt @@ -44,6 +44,8 @@ To setup the vagrant development environment: - To build the virtual machine, simply run `vagrant up`. + - Run `bower install` from the root directory. + - Run `npm install` from the root directory. To run the apache rave application:
