Last active
February 11, 2016 20:32
-
-
Save zvlex/a786814ff7bb6be8e467 to your computer and use it in GitHub Desktop.
Install Node.js 5.x in Fedora 23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dnf -y install https://rpm.nodesource.com/pub_5.x/fc/23/x86_64/nodesource-release-fc23-1.noarch.rpm | |
sudo dnf -y install nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment