From df1790a0fd4a663cfcd91c65e86779c0328ff0d6 Mon Sep 17 00:00:00 2001 From: Sven <47909780+svnkswttr@users.noreply.github.com> Date: Fri, 17 Feb 2023 09:17:08 +0100 Subject: [PATCH] Updated INSTALL.md (mkdir command) (#697) added parameter "-p" to the mkdir command to allow creation of parent directories if they not already exist. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 2c7e211..aa8504e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -6,7 +6,7 @@ As an alternative to the [online version](https://brouter.de/brouter-web/), the 1. download and unzip latest standalone archive (`brouter-web-standalone..zip`) from https://github.com/nrenner/brouter-web/releases e.g. for Linux (replace `~/opt/` with your preferred install directory and `0.11.0` with latest version): - mkdir ~/opt/brouter + mkdir -p ~/opt/brouter cd ~/opt/brouter wget https://github.com/nrenner/brouter-web/releases/download/0.11.0/brouter-web-standalone.0.11.0.zip unzip brouter-web-standalone.0.11.0.zip