Last active
December 6, 2017 10:54
-
-
Save kpman/f5c095ed4f7ae959309a0fa0d71344b9 to your computer and use it in GitHub Desktop.
Revisions
-
kpman revised this gist
Dec 6, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash # update to [email protected] nvm install stable # v8.9.2 is LTS nvm alias default stable # default -> stable (-> v8.9.2) -
kpman revised this gist
Dec 6, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash # update to [email protected] nvm install stable # v8.9.0 is LTS nvm alias default stable # default -> stable (-> v8.9.0) -
kpman revised this gist
Jun 1, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash # update to [email protected] nvm install stable # v6.9.0 is LTS nvm alias default stable # default -> stable (-> v6.9.0) -
kpman renamed this gist
Mar 19, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
kpman created this gist
Oct 19, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash # update to [email protected] nvm install stable # v6.9.0 is LTS nvm alias default stable # default -> stable (-> v6.9.0)