From b1392b81be653f7b6ed7e282417dccbb56781b8d Mon Sep 17 00:00:00 2001 From: Mitar Date: Sun, 25 Feb 2018 22:03:36 -0800 Subject: [PATCH] Make sure to clone submodules. Fixes: #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb2534d..870bea7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A very simple example Meteor app using Vue-based Tracker and Vue components, and You can run it: ``` -$ git clone https://github.com/meteor-vue/guide.git +$ git clone --recursive https://github.com/meteor-vue/guide.git $ meteor npm install $ meteor ```