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:
parent
f5ee3ef6f0
commit
4c6e17c650
2 changed files with 35 additions and 2 deletions
|
|
@ -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
|
||||
================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue