mirror of
https://github.com/maplibre/martin.git
synced 2024-12-24 07:22:52 +03:00
Update quick-start-linux.md (#1380)
Curl fails to follow redirects by default. Adding `-L` instructs it to follow them and allows Marlin to be downloaded.
This commit is contained in:
parent
da44d0b762
commit
374525f8ef
@ -5,10 +5,10 @@ mkdir martin
|
|||||||
cd martin
|
cd martin
|
||||||
|
|
||||||
# Download some sample data
|
# Download some sample data
|
||||||
curl -O https://github.com/maplibre/martin/blob/main/tests/fixtures/mbtiles/world_cities.mbtiles
|
curl -L -O https://github.com/maplibre/martin/blob/main/tests/fixtures/mbtiles/world_cities.mbtiles
|
||||||
|
|
||||||
# Download the latest version of Martin binary, extract it, and make it executable
|
# Download the latest version of Martin binary, extract it, and make it executable
|
||||||
curl -O https://github.com/maplibre/martin/releases/latest/download/martin-x86_64-unknown-linux-gnu.tar.gz
|
curl -L -O https://github.com/maplibre/martin/releases/latest/download/martin-x86_64-unknown-linux-gnu.tar.gz
|
||||||
tar -xzf martin-x86_64-unknown-linux-gnu.tar.gz
|
tar -xzf martin-x86_64-unknown-linux-gnu.tar.gz
|
||||||
chmod +x ./martin
|
chmod +x ./martin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user