Skip to content
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
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "extensions/qak"]
path = extensions/qak
url = https://github.com/Larpon/qak.git
[submodule "extensions/QtFirebase"]
path = extensions/QtFirebase
url = https://github.com/Larpon/QtFirebase.git
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ Once you have a fully working Qt/Qt Creator setup - you are ready to checkout an
cd /path/to/projects
git clone git@github.com:Larpon/DeadAscend.git
```
2. Install project dependencies
2. Retrieve project dependencies

```
cd /path/to/projects/DeadAscend/extensions/
git clone git@github.com:Larpon/qak.git
git clone git@github.com:Larpon/QtFirebase.git
cd /path/to/projects/DeadAscend
git submodule update --init
```

**NOTE**<br>
Expand Down
4 changes: 0 additions & 4 deletions extensions/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions extensions/QtFirebase
Submodule QtFirebase added at 7fa07c
1 change: 1 addition & 0 deletions extensions/qak
Submodule qak added at d9e98a