Commit 14af01f2fe4784ac24cee34bf0c052feb4a34de2

Authored by Antonio Terceiro
1 parent 7d700163

document the need to call `rake bootstrap_common`

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
README.md
... ... @@ -30,6 +30,7 @@ First you have to bring up the development virtual machines:
30 30  
31 31 ```bash
32 32 $ vagrant up
  33 +$ rake bootstrap_common
33 34 ```
34 35  
35 36 Right now there are 5 VM's, so this might take a while. The basic commands for
... ...