Skip to content

Commit bdf9c5a

Browse files
committed
Add note on cloning due to submodules
1 parent e21fa2e commit bdf9c5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Nucleus is a specification for a minimal JS runtime that makes it fun to create
55
your own platforms.
66

7+
**Note**: This repo also uses _[git submodules](https://chrisjean.com/git-submodules-adding-using-removing-and-updating/)_ to manage it's dependencies. As such, cloning this repo must be done with `git clone --depth=1 ...`.
8+
79
## Up and Running
810

911
To get up and running with Nucleus implementations, check out the [implementations]

0 commit comments

Comments
 (0)