Add stable release and master build requirement to install instructions
This commit is contained in:
parent
592a3f52f6
commit
3cc0a3b9ee
1 changed files with 11 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -35,11 +35,21 @@ e.g. for Linux (replace ``~/opt/`` with your preferred install dir and ``1_4_1``
|
|||
### Install BRouter-Web (client)
|
||||
|
||||
1. download BRouter-Web as subdirectory ``brouter-web`` of the ``brouter`` directory
|
||||
* using the latest stable release - adjust to current version number - from
|
||||
https://github.com/nrenner/brouter-web/releases:
|
||||
|
||||
wget https://github.com/nrenner/brouter-web/archive/0.6.3.zip
|
||||
unzip 0.6.3.zip
|
||||
mv brouter-web-0.6.3 brouter-web
|
||||
|
||||
* OR the current development state (potentially instable and without runtime distributables):
|
||||
|
||||
wget https://github.com/nrenner/brouter-web/archive/master.zip
|
||||
unzip master.zip
|
||||
mv brouter-web-master brouter-web
|
||||
|
||||
* build the distributable files required for runtime (only for development state), see section [Build](#build)
|
||||
|
||||
2. configure URL to ``profiles2`` directory
|
||||
set ``BR.conf.profilesUrl`` in [config.js](config.js), e.g. uncomment:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue