From 0ac80646427420482c6691eb59f933673e93a8fa Mon Sep 17 00:00:00 2001 From: acalcutt Date: Mon, 3 Apr 2023 21:11:23 -0400 Subject: [PATCH] test: code block Signed-off-by: acalcutt --- docs/installation.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index d98bb66..a8d566b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -29,8 +29,9 @@ npm is supported on the following platforms with Native Dependencies installed. Install From npmjs repository. ------------------------------ -- npm install -g tileserver-gl -- tileserver-gl +.. code-block:: bash + npm install -g tileserver-gl + tileserver-gl Install From github source -------------------