Skip to content

Commit 263e5ba

Browse files
Update Nodejs_install.md
fix minor typos in Run on RHEL, CentOS, CloudLinux, Amazon Linux or Fedora: section
1 parent ad518c8 commit 263e5ba

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/NodeSource/Nodejs_install.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,51 +359,70 @@ The Nodesource RPM package signing key is available here: https://rpm.nodesource
359359
# Run on RHEL, CentOS, CloudLinux, Amazon Linux or Fedora:
360360

361361
# Node.js v16.x
362+
362363
As root
364+
363365
curl -fsSL https://rpm.nodesource.com/setup_16.x | bash -
364366

365367
No root privileges
368+
366369
curl -fsSL https://rpm.nodesource.com/setup_16.x | sudo bash -
367370

368371
# Node.js v15.x
372+
369373
As root
374+
370375
curl -fsSL https://rpm.nodesource.com/setup_15.x | bash -
371376

372377
No root privileges
378+
373379
curl -fsSL https://rpm.nodesource.com/setup_15.x | sudo bash -
374380

375381
# Node.js v14.x
382+
376383
As root
384+
377385
curl -fsSL https://rpm.nodesource.com/setup_14.x | bash -
378386

379387
No root privileges
388+
380389
curl -fsSL https://rpm.nodesource.com/setup_14.x | sudo bash -
381390

382391
# Node.js v12.x
392+
383393
As root
394+
384395
curl -fsSL https://rpm.nodesource.com/setup_12.x | bash -
385396

386397
No root privileges
398+
387399
curl -fsSL https://rpm.nodesource.com/setup_12.x | sudo bash -
388400

389401
# Node.js LTS (14.x)
402+
390403
As root
404+
391405
curl -fsSL https://rpm.nodesource.com/setup_lts.x | bash -
392406

393407
No root privileges
408+
394409
curl -fsSL https://rpm.nodesource.com/setup_lts.x | sudo bash -
395410

396411
# Node.js Current (16.x)
412+
397413
As root
414+
398415
curl -fsSL https://rpm.nodesource.com/setup_current.x | bash -
399416

400417
No root privileges
418+
401419
curl -fsSL https://rpm.nodesource.com/setup_current.x | sudo bash -
402420

403421

404422
# Optional: install build tools
405423
406424
To compile and install native addons from npm you may also need to install build tools:
425+
407426
yum install gcc-c++ make
408427
or: yum groupinstall 'Development Tools'
409428

0 commit comments

Comments
 (0)