Skip to content

Commit 210a454

Browse files
authored
Update README.md
Closes #9
1 parent 92bb387 commit 210a454

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ Ubuntu:
3434

3535
Build using CMake and a modern C/C++ compiler.
3636

37+
> [!TIP]
38+
> This repository uses submodules.
39+
> You need to do `git submodule update --init --recursive` after cloning
40+
> or clone recursively:
41+
42+
> git clone --recursive https://github.com/X65/emu.git
43+
3744
### WASM
3845

3946
Install [Emscripten][3] toolchain. Next, run the following commands:

0 commit comments

Comments
 (0)