We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f994bbd commit 38730d8Copy full SHA for 38730d8
1 file changed
README.md
@@ -23,11 +23,11 @@
23
This project uses git submodules for PMTiles support. The `--recursive` flag is required.
24
25
```bash
26
-git clone --recursive https://github.com/acalcutt/mbutil.git
+git clone --recursive https://github.com/TechIdiots-LLC/mbutil.git
27
cd mbutil
28
29
# Install the mb-util command globally
30
-sudo python3 setup.py install
+pip install .
31
```
32
33
> **Note:** If you already cloned the repo without submodules, run `git submodule update --init` inside the folder.
0 commit comments