From dc6c1f6dc59b5ab3e3a83defadd5c2d1790696e7 Mon Sep 17 00:00:00 2001 From: Tonny Date: Fri, 10 Aug 2018 18:13:26 -0700 Subject: [PATCH] Implemented Ghost as sub-module --- .gitmodules | 3 +++ Ghost | 1 + README.md | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 Ghost 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: