chore: more readme re-formatting
Signed-off-by: acalcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
cb0eb33e3c
commit
7fea6866a9
1 changed files with 17 additions and 12 deletions
|
|
@ -18,11 +18,24 @@ npm
|
|||
===
|
||||
|
||||
npm is supported on the following platforms with Native Dependencies installed.
|
||||
* ``Ubuntu 20.04 (amd64/arm64)``
|
||||
* ``MacOS 12 (amd64/arm64)``
|
||||
* ``Windows (amd64)``
|
||||
|
||||
Just run ``npm install -g tileserver-gl``.
|
||||
- Operating systems:
|
||||
- Ubuntu 20.04 (amd64/arm64)
|
||||
- macOS 12 (amd64/arm64)
|
||||
- Windows (amd64)
|
||||
- Node.js 14, 16, 18
|
||||
|
||||
Install From npmjs repository.
|
||||
-----------
|
||||
npm install -g tileserver-gl
|
||||
tileserver-gl
|
||||
|
||||
Install From source
|
||||
-----------
|
||||
git clone https://github.com/maptiler/tileserver-gl.git
|
||||
cd tileserver-gl
|
||||
npm install
|
||||
node .
|
||||
|
||||
Native dependencies
|
||||
-------------------
|
||||
|
|
@ -48,14 +61,6 @@ Windows (amd64)
|
|||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
* ``Microsoft Visual C++ 2015-2022 Redistributable``
|
||||
|
||||
From source
|
||||
-----------
|
||||
|
||||
Make sure you have Node v18 (nvm install 18) and run::
|
||||
|
||||
npm install
|
||||
node .
|
||||
|
||||
``tileserver-gl-light`` on npm
|
||||
==============================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue