From d6f1cf895e72d0da02cf014688c6ac55121f178b Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Mon, 3 May 2021 12:46:55 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5fc62f2..706d708 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,13 @@ See also: ## How To Use -Python library: `pip install pmtiles` +### Go +See https://github.com/protomaps/go-pmtiles + +### Python + + pip install pmtiles pmtiles-convert TILES.mbtiles TILES.pmtiles pmtiles-convert TILES.pmtiles DIRECTORY pmtiles-show TILES.pmtiles // see info about a PMTiles directory @@ -18,9 +23,7 @@ Python library: `pip install pmtiles` See https://github.com/protomaps/PMTiles/tree/master/python/bin for library usage -JavaScript usage: - -Include the script: +### JavaScript