Skip to content

Commit 5bcd5c1

Browse files
committed
kit submodule, readme
1 parent 914d306 commit 5bcd5c1

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
bin/fig
2-
lib/
32
moc/
43
obj/
54
.qmake.stash

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "lib/kit"]
2+
path = lib/kit
3+
url = https://github.com/flipcoder/kit

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Here's how it looks in action:
1111

1212
## Getting Started
1313

14+
First, get the dependencies:
15+
16+
```
17+
git submodule update --init --recursive
18+
```
19+
1420
Build with Qt qmake and then run make:
1521

1622
```

lib/kit

Submodule kit added at 561beac

0 commit comments

Comments
 (0)