Skip to content

Commit 51fac72

Browse files
committed
Documentation updates
1 parent e75ec6b commit 51fac72

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,16 @@ Include the install_from_source recipe to install node from sources:
4242
* include_recipe "nodejs::install_from_source"
4343

4444
Include the install_from_package recipe to install node from packages:
45+
Note that only apt (Ubuntu, Debian) appears to have up to date packages available.
46+
Centos, RHEL, etc are non-functional. (Try install_from_officialbin for those)
4547

4648
* include_recipe "nodejs::install_from_package"
4749

50+
Include the install_from_officialbin recipe to install node from official prebuilt binaries:
51+
(Currently Linux x86, x86_64 only)
52+
53+
* include_recipe "nodejs::install_from_officialbin"
54+
4855
Include the npm recipe to install npm:
4956

5057
* include_recipe "nodejs::npm"

0 commit comments

Comments
 (0)