Allow to run server.cmd from source directory

This also enables launching server.cmd from arbitrary directories
to match the behaviour of server.sh.
This commit is contained in:
Henrik Fehlauer 2019-05-30 23:52:59 +02:00
parent f5ee3ef6f0
commit 4c6e17c650
2 changed files with 35 additions and 2 deletions

View file

@ -26,6 +26,12 @@ Next, download one or more [data file(s)](http://brouter.de/brouter/segments4/)
On Linux:
> ./misc/scripts/standalone/server.sh
On Windows (using Bash):
> ./misc/scripts/standalone/server.sh
On Windows (using CMD):
> misc\scripts\standalone\server.cmd
Related Projects
================