diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bb5a23f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Ghost"] + path = Ghost + url = git://github.com/Tryghost/Ghost.git diff --git a/Ghost b/Ghost new file mode 160000 index 0000000..66f00bc --- /dev/null +++ b/Ghost @@ -0,0 +1 @@ +Subproject commit 66f00bc1e218db326a470936169e8309637c0006 diff --git a/README.md b/README.md index c663eda..2949c7a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ Clone the Ghost repo into your new local Ghost-Vagrant repo: ```bash cd Ghost-Vagrant -git clone git://github.com/Tryghost/Ghost.git +git submodule init +git submodule update ``` Now we have both repos cloned, we can proceed with setting up the VM: