Skip to content

Commit f175d06

Browse files
updates readme.md clone instructions (#489)
1 parent 13c17b5 commit f175d06

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dev_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This repo uses [`just`](https://github.com/casey/just) for running common develo
66

77
To get started:
88

9-
- `git clone git@github.com:uber/h3-py.git`
9+
- `git clone --recurse-submodules git@github.com:uber/h3-py.git`
10+
- or fork the repository and `git clone --recurse-submodules https://github.com/{username}/h3-py.git`
1011
- `cd h3-py`
1112
- `just lint`
1213
- `just test`

0 commit comments

Comments
 (0)