瀏覽代碼

Added JSystemInfoKit submodule

Thomas Buck 8 年之前
父節點
當前提交
b9c5f07ed4
共有 3 個檔案被更改,包括 21 行新增0 行删除
  1. 3
    0
      .gitmodules
  2. 1
    0
      JSystemInfoKit
  3. 17
    0
      README.md

+ 3
- 0
.gitmodules 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存