Skip to content

Commit

Permalink
Add note on cloning due to submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishrock123 committed Aug 6, 2016
1 parent e21fa2e commit bdf9c5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Nucleus is a specification for a minimal JS runtime that makes it fun to create
your own platforms.

**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 ...`.

## Up and Running

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

0 comments on commit bdf9c5a

Please sign in to comment.