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
| 1) Make a download dir to store the node source and download it. | |
| mkdir downloads | |
| cd downloads | |
| git clone https://github.com/joyent/node.git | |
| Find the latest version | |
| 2) List all of the tags in the repository, and check out the most recent. | |
| git tag | |
| git checkout v0.9.9 |
NewerOlder