From 16703a87ec52e996ff222d7494cd72344ef88f69 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Fri, 9 Sep 2011 17:25:50 +0400 Subject: [PATCH] Readme: about submodules --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b764d0f..ef0ff7e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Ultimate web jukebox. ```bash $ git clone git@github.com:magnolia-fan/BeatHaven.git beathaven $ cd beathaven/ +$ git submodule update --init $ bundle install $ rake db:migrate ```