From e144c4873b55eb212e4ba4aa72514b5dac3b81b3 Mon Sep 17 00:00:00 2001 From: Stepan <66589759+Always-prog@users.noreply.github.com> Date: Sat, 18 Mar 2023 23:10:32 +0300 Subject: [PATCH] readme give possibility to copy/paste command into linux terminal (#368) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d67af0..df61670 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ By default the container will use openstreetmap-carto if it is not specified. Ho docker run \ -e DOWNLOAD_PBF=https://download.geofabrik.de/europe/luxembourg-latest.osm.pbf \ -e DOWNLOAD_POLY=https://download.geofabrik.de/europe/luxembourg.poly \ - -e NAME_LUA=sample.lua - -e NAME_STYLE=test.style - -e NAME_MML=project.mml - -e NAME_SQL=test.sql + -e NAME_LUA=sample.lua \ + -e NAME_STYLE=test.style \ + -e NAME_MML=project.mml \ + -e NAME_SQL=test.sql \ -v /home/user/openstreetmap-carto-modified:/data/style/ \ -v osm-data:/data/database/ \ overv/openstreetmap-tile-server \