Skip to content

Commit 28ec1a7

Browse files
authored
Fix git clone command in readme (#131)
1 parent 49e3ce9 commit 28ec1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $ ssh-add
3434
First, clone this binding repo:
3535

3636
```console
37-
$ git clone --recursive --remote-submodules git@github.com:mmtk/mmtk-openjdk.git
37+
$ git clone --recurse-submodules https://github.com/mmtk/mmtk-openjdk.git
3838
```
3939

4040
The `mmtk-openjdk` binding repo is located under the `mmtk` folder, as a git-submodule of the OpenJDK repo.

0 commit comments

Comments
 (0)