Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

Implemented Ghost as sub-module #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Ghost"]
path = Ghost
url = git://github.com/Tryghost/Ghost.git
1 change: 1 addition & 0 deletions Ghost
Submodule Ghost added at 66f00b
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down