Skip to content

Commit 24da7f6

Browse files
authored
Update README.md: clone git recursively again because of served submodule
1 parent f8715c3 commit 24da7f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ __If you're not sure how to do this, we provide a hardware kit which includes th
5050

5151
## Clone
5252

53-
```git clone https://github.com/xtech/self-o-mat.git```
53+
```git clone --recursive https://github.com/xtech/self-o-mat.git```
54+
55+
_Hint: `--recursive` is required to clone git submodules._
5456

5557
## Installation
5658
Installation is simple - just follow these steps:

0 commit comments

Comments
 (0)