From 55d7aa020ed7b5d536b8a38eab6cf4ec50e7efb3 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Sun, 5 Jan 2025 12:09:14 +0100 Subject: [PATCH] Add NodeJS/Ruby install instructions Signed-off-by: Florian Hotze --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ccb2183761..f48eaa62a1 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,13 @@ nvm use rvm use ``` +If `nvm` and/or `rvm` complain about the required versions not being installed, you can install them as following: + +```shell script +nvm install 16.20.1 +rvm install ruby-3.3.2 +``` + Next, you can build & serve the documentation preview: ```shell script