From ce837e5c74b588bcc082fe8c0dda18a979663b46 Mon Sep 17 00:00:00 2001 From: acalcutt Date: Mon, 3 Apr 2023 20:53:09 -0400 Subject: [PATCH] test: formatting Signed-off-by: acalcutt --- docs/installation.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index fde40d9..c228241 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -19,11 +19,11 @@ npm npm is supported on the following platforms with Native Dependencies installed. - * ``Operating systems:`` - * ``Ubuntu 20.04 (amd64/arm64)`` - * ``macOS 12 (amd64/arm64)`` - * ``Windows (amd64)`` - * ``Node.js 14, 16, 18`` +- Operating systems: + - Ubuntu 20.04 (amd64/arm64) + - macOS 12 (amd64/arm64) + - Windows (amd64) +- Node.js 14, 16, 18 Install From npmjs repository. ------------------------------ @@ -32,10 +32,10 @@ Install From npmjs repository. Install From source ------------------- - git clone https://github.com/maptiler/tileserver-gl.git - cd tileserver-gl - npm install - node . + * ``git clone https://github.com/maptiler/tileserver-gl.git`` + * ``cd tileserver-gl`` + * ``npm install`` + * ``node .`` Native dependencies -------------------