Skip to content

Commit

Permalink
fix curl url for linux mbtiles demo (#1387)
Browse files Browse the repository at this point in the history
Co-authored-by: tbo47 <[email protected]>
Co-authored-by: Yuri Astrakhan <[email protected]>
  • Loading branch information
3 people authored Jun 29, 2024
1 parent e939b38 commit b814ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/quick-start-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir martin
cd martin

# Download some sample data
curl -L -O https://github.com/maplibre/martin/blob/main/tests/fixtures/mbtiles/world_cities.mbtiles
curl -L -O https://github.com/maplibre/martin/raw/main/tests/fixtures/mbtiles/world_cities.mbtiles

# Download the latest version of Martin binary, extract it, and make it executable
curl -L -O https://github.com/maplibre/martin/releases/latest/download/martin-x86_64-unknown-linux-gnu.tar.gz
Expand Down

0 comments on commit b814ac0

Please sign in to comment.