From b899c21a473619612d98fef907145fa2f5ad6463 Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Mon, 22 Jul 2024 09:17:59 +0200 Subject: [PATCH] Replace open with xdg-open --- platform/linux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/linux/README.md b/platform/linux/README.md index a7ac4e806a3..d90fb51c44b 100644 --- a/platform/linux/README.md +++ b/platform/linux/README.md @@ -67,7 +67,7 @@ Render output image using default MapLibre demo tiles server. You can run this b ```bash ./build/bin/mbgl-render --style https://raw.githubusercontent.com/maplibre/demotiles/gh-pages/style.json --output out.png -open out.png +xdg-open out.png ``` ### Inside Docker