Skip to content

Commit

Permalink
Merge pull request #648 from passcod/patch-1
Browse files Browse the repository at this point in the history
Update README: Point fish users in the right direction (relates to #303)
  • Loading branch information
ljharb committed Feb 7, 2015
2 parents be56ff3 + 2db71a8 commit 40c9d6f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Note: `nvm` does not support Windows (see [#284](https://github.com/creationix/n
- [nvmw](https://github.com/hakobera/nvmw)
- [nvm-windows](https://github.com/coreybutler/nvm-windows)

Note: `nvm` does not support [Fish] either (see [#303](https://github.com/creationix/nvm/issues/303)). Two alternatives exist, which are not supported nor developed by us:
- [nvm-fish-wrapper](https://github.com/passcod/nvm-fish-wrapper)
- [nvm-fish](https://github.com/Alex7Kom/nvm-fish) (does not support iojs)

### Install script

To install you could use the [install script][2] using cURL:
Expand Down Expand Up @@ -189,11 +193,11 @@ If you try to install a node version and the installation fails, be sure to dele

curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.

Where's my 'sudo node'? Checkout this link:
Where's my 'sudo node'? Check out this link:

https://github.com/creationix/nvm/issues/43

on Arch Linux and other systems using python3 by default, before running *install* you need to
On Arch Linux and other systems using python3 by default, before running *install* you need to

export PYTHON=python2

Expand All @@ -205,4 +209,4 @@ After the v0.8.6 release of node, nvm tries to install from binary packages. But
[2]: https://github.com/creationix/nvm/blob/v0.23.3/install.sh
[3]: https://travis-ci.org/creationix/nvm
[Urchin]: https://github.com/scraperwiki/urchin

[Fish]: http://fishshell.com

0 comments on commit 40c9d6f

Please sign in to comment.