There was an error while loading. Please reload this page.
1 parent 13c17b5 commit f175d06Copy full SHA for f175d06
1 file changed
dev_notes.md
@@ -6,7 +6,8 @@ This repo uses [`just`](https://github.com/casey/just) for running common develo
6
7
To get started:
8
9
-- `git clone git@github.com:uber/h3-py.git`
+- `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`
11
- `cd h3-py`
12
- `just lint`
13
- `just test`
0 commit comments