Skip to content

Commit b1b946f

Browse files
author
Korbs
authored
Change example for CentOS/Fedora/RHEL (#4952)
1 parent 9b47fce commit b1b946f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locale/en/download/package-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ To see a list of available streams:
8484
dnf module list nodejs
8585
```
8686

87-
For example, to install Node.js 12:
87+
For example, to install Node.js 18:
8888

8989
```bash
90-
dnf module install nodejs:12
90+
dnf module install nodejs:18/common
9191
```
9292

9393
For CentOS/RHEL 7 Node.js is available via [Software Collections](https://www.softwarecollections.org/en/scls/?search=NodeJS).

0 commit comments

Comments
 (0)