Skip to content

Commit

Permalink
kit submodule, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
flipcoder committed Aug 17, 2019
1 parent 914d306 commit 5bcd5c1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
bin/fig
lib/
moc/
obj/
.qmake.stash
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "lib/kit"]
path = lib/kit
url = https://github.com/flipcoder/kit
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Here's how it looks in action:

## Getting Started

First, get the dependencies:

```
git submodule update --init --recursive
```

Build with Qt qmake and then run make:

```
Expand Down
1 change: 1 addition & 0 deletions lib/kit
Submodule kit added at 561bea

0 comments on commit 5bcd5c1

Please sign in to comment.