Browse Source

Added JSystemInfoKit submodule

Thomas Buck 8 years ago
parent
commit
b9c5f07ed4
3 changed files with 21 additions and 0 deletions
  1. 3
    0
      .gitmodules
  2. 1
    0
      JSystemInfoKit
  3. 17
    0
      README.md

+ 3
- 0
.gitmodules View File

@@ -0,0 +1,3 @@
1
+[submodule "JSystemInfoKit"]
2
+	path = JSystemInfoKit
3
+	url = https://github.com/jBot-42/JSystemInfoKit.git

+ 1
- 0
JSystemInfoKit

@@ -0,0 +1 @@
1
+Subproject commit 0e0ede0c5454708f5381f2bb954c266be1a4437e

+ 17
- 0
README.md View File

@@ -0,0 +1,17 @@
1
+# CaseLights
2
+
3
+## Working with Git Submodules
4
+
5
+To clone this repository, enter the following:
6
+
7
+    git clone https://xythobuz.de/git/CaseLights.git
8
+    git submodule init
9
+    git submodule update
10
+
11
+When pulling changes from this repository, you may need to update the submodule:
12
+
13
+    git submodule update
14
+
15
+## Licensing
16
+
17
+The included [JSystemInfoKit](https://github.com/jBot-42/JSystemInfoKit) project is licensed under the GPLv2.

Loading…
Cancel
Save