README: troubleshooting scenario and homebrew unsupported note

thelostspore 2015-12-25 11:53:40 -08:00
parent d40eca8126
commit 1a6f85da46
1 changed files with 6 additions and 2 deletions

View File

@ -19,6 +19,8 @@ Note: We still have some problems with FreeBSD, because there is no pre-built bi
Note: On OSX, 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:
- [How to Install Command Line Tools in OS X Mavericks & Yosemite (Without Xcode)](http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/)
Homebrew installation is not supported.
### Install script
To install or update nvm, you can use the [install script][2] using cURL:
@ -249,6 +251,8 @@ After the v0.8.6 release of node, nvm tries to install from binary packages. But
nvm install -s 0.8.6
If setting the `default` alias does not establish the node version in new shells (i.e. `nvm current` yields `system`), ensure that the system's node PATH is set before the `nvm.sh` source line in your shell profile (see [#658](https://github.com/creationix/nvm/issues/658))
[1]: https://github.com/creationix/nvm.git
[2]: https://github.com/creationix/nvm/blob/v0.29.0/install.sh
[3]: https://travis-ci.org/creationix/nvm