Skip to content

Commit 7fb8676

Browse files
committed
Fixed submodule URLs
- Turned submodule URLs into HTTPS URLs - Added cpptoml to IDE - Fixed up README
1 parent d9dec17 commit 7fb8676

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "libs/cxxopts"]
22
path = libs/cxxopts
3-
url = git@github.com:jarro2783/cxxopts.git
3+
url = https://github.com/jarro2783/cxxopts
44
[submodule "libs/cpptoml"]
55
path = libs/cpptoml
6-
url = git@github.com:skystrife/cpptoml.git
6+
url = https://github.com/skystrife/cpptoml

.idea/vcs.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is more stable, faster, and more efficient as it **does not parse the outpu
1818

1919
### How to build and install
2020

21-
1. Clone the repository
21+
1. Clone the repository via `git clone https://github.com/Coffee2CodeNL/gebaar-libinput`
2222
2. Check out the latest version (`git checkout v0.0.1`)
2323
3. Run `git submodule update --init` in the root folder
2424
4. Run `mkdir build && cd build`

0 commit comments

Comments
 (0)