Skip to content

Commit 38730d8

Browse files
committed
Update README.md
1 parent f994bbd commit 38730d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
This project uses git submodules for PMTiles support. The `--recursive` flag is required.
2424

2525
```bash
26-
git clone --recursive https://github.com/acalcutt/mbutil.git
26+
git clone --recursive https://github.com/TechIdiots-LLC/mbutil.git
2727
cd mbutil
2828

2929
# Install the mb-util command globally
30-
sudo python3 setup.py install
30+
pip install .
3131
```
3232

3333
> **Note:** If you already cloned the repo without submodules, run `git submodule update --init` inside the folder.

0 commit comments

Comments
 (0)