From a9cc6e6b3de7576cb626fac138264bc567132be7 Mon Sep 17 00:00:00 2001 From: David Mark Clements Date: Mon, 11 Dec 2023 15:58:53 +0100 Subject: [PATCH] use gitbook hints --- guide/getting-started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guide/getting-started.md b/guide/getting-started.md index 49add89..15d1d6f 100644 --- a/guide/getting-started.md +++ b/guide/getting-started.md @@ -12,7 +12,9 @@ On MacOS and Linux, we recommend installing `node` using [`nvm`](https://github. On Windows we recommend installing `node` with [`nvs`](https://github.com/jasongin/nvs#setup). -> Info: The Pear Runtime does not rely on `node`, `node` is only needed to install and run the `npm` package manager. +{% hint style="info" %} +The Pear Runtime does not rely on `node`, `node` is only needed to install and run the `npm` package manager. +{% endhint %} ## Setup