Skip to content

Commit

Permalink
Add NodeJS/Ruby install instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Jan 5, 2025
1 parent b2423d8 commit 55d7aa0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55d7aa0

Please sign in to comment.