You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
Nucleus is a specification for a minimal JS runtime that makes it fun to create
5
5
your own platforms.
6
6
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
+
7
9
## Up and Running
8
10
9
11
To get up and running with Nucleus implementations, check out the [implementations]
0 commit comments