Skip to content

Commit a221227

Browse files
Use --recursive to clone the repository
Even though vendor/jco is just temporarily managed by git submodule to get some of fixes from upstream to prepare for the Kaigi, we shold not bother contributors around the submodules.
1 parent 0d2b747 commit a221227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document describes development setup and pointers for diving into this proj
66
## Install dependencies
77

88
```console
9-
$ git clone https://github.com/ruby/ruby.wasm
9+
$ git clone https://github.com/ruby/ruby.wasm --recursive
1010
$ cd ruby.wasm
1111
$ ./bin/setup
1212
# Compile extension library

0 commit comments

Comments
 (0)