Updated INSTALL.md (mkdir command) (#697)

added parameter "-p" to the mkdir command to allow creation of parent directories if they not already exist.
This commit is contained in:
Sven 2023-02-17 09:17:08 +01:00 committed by GitHub
parent f337903b0b
commit df1790a0fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.<version>.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): 1. download and unzip latest standalone archive (`brouter-web-standalone.<version>.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 cd ~/opt/brouter
wget https://github.com/nrenner/brouter-web/releases/download/0.11.0/brouter-web-standalone.0.11.0.zip 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 unzip brouter-web-standalone.0.11.0.zip