Skip to content

Commit 7430f7b

Browse files
authored
mention nodenv for installing nodejs (#514)
1 parent c2d3a45 commit 7430f7b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

start/sw/web-app/rails.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Ruby on Rails
2+
title: Ruby on Rails
33
subsection: web-app
44
order: 6
55
---
@@ -56,7 +56,11 @@ version installed, follow the [basic git checkout installation instructions](htt
5656

5757
# Installing Rails
5858

59-
Rails depends on a Javascript runtime, install nodejs.
59+
Rails depends on a Javascript runtime. Follow [this guide](https://github.com/nodenv/nodenv?tab=readme-ov-file#basic-github-checkout)
60+
to install `nodejs` using `nodenv`.
61+
62+
If you would rather have Fedora packaged `nodejs` and will not need multiple versions of `nodejs` (like for different projects)
63+
you can install it with `dnf`:
6064

6165
```console
6266
$ sudo dnf install nodejs

0 commit comments

Comments
 (0)