-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[readme] Add quick intro to nvm
#1343
Conversation
Allow newbies to get a quick understanding of how `nvm` works right from the start.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the concept! However, the use
commands won't work unless those versions are previously installed, and the output for nvm install doesn't match reality.
README.markdown
Outdated
@@ -42,7 +64,8 @@ First you'll need to make sure your system has a c++ compiler. For OS X, Xcode w | |||
- [[#900] [Bug] nodejs on FreeBSD need to be patched ](https://github.com/creationix/nvm/issues/900) | |||
- [nodejs/node#3716](https://github.com/nodejs/node/issues/3716) | |||
|
|||
**Note:** On OS X, if you do not have Xcode installed and you do not wish to download the ~4.3GB file, you can install the `Command Line Tools`. You can check out this blog post on how to just that: | |||
**Note:** On OS X, if you do not have Xcode installed and you do not wish to download the ~4.3GB file, you can install the ` | |||
Line Tools`. You can check out this blog post on how to just that: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be an error, can you revert it?
README.markdown
Outdated
|
||
NVM allows you to quickly install and use different versions of node via the command line. | ||
|
||
**Example:** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe could integrated with the usage?
https://github.com/creationix/nvm#usage
Allow newbies to get a quick understanding of how NVM works right from the start.