|
1 |
| -# Node Version Manager [][3] [][4] [](https://bestpractices.coreinfrastructure.org/projects/684) |
| 1 | +# Node Version Manager [][3] [][4] [](https://bestpractices.coreinfrastructure.org/projects/684) |
2 | 2 |
|
3 | 3 | <!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
4 | 4 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
@@ -68,13 +68,13 @@ Homebrew installation is not supported. If you have issues with homebrew-install
|
68 | 68 | To install or update nvm, you can use the [install script][2] using cURL:
|
69 | 69 |
|
70 | 70 | ```sh
|
71 |
| -curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash |
| 71 | +curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash |
72 | 72 | ```
|
73 | 73 |
|
74 | 74 | or Wget:
|
75 | 75 |
|
76 | 76 | ```sh
|
77 |
| -wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash |
| 77 | +wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash |
78 | 78 | ```
|
79 | 79 |
|
80 | 80 | <sub>The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`).</sub>
|
@@ -114,7 +114,7 @@ If you have `git` installed (requires git v1.7+):
|
114 | 114 |
|
115 | 115 | 1. clone this repo in the root of your user profile
|
116 | 116 | - `cd ~/` from anywhere then `git clone https://github.com/creationix/nvm.git .nvm`
|
117 |
| -1. check out the latest version with `git checkout v0.33.1` |
| 117 | +1. check out the latest version with `git checkout v0.33.2` |
118 | 118 | 1. activate nvm by sourcing it from your shell
|
119 | 119 |
|
120 | 120 | Now add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to have it automatically sourced upon login:
|
@@ -461,7 +461,7 @@ If installing nvm on Alpine Linux *is* still what you want or need to do, you sh
|
461 | 461 |
|
462 | 462 | ```sh
|
463 | 463 | apk add -U curl bash ca-certificates openssl ncurses coreutils python2 make gcc g++ libgcc linux-headers
|
464 |
| -curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash |
| 464 | +curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash |
465 | 465 | ```
|
466 | 466 |
|
467 | 467 | The Node project has some desire but no concrete plans (due to the overheads of building, testing and support) to offer Alpine-compatible binaries.
|
@@ -498,8 +498,8 @@ sudo chmod ugo-x /usr/libexec/path_helper
|
498 | 498 | More on this issue in [dotphiles/dotzsh](https://github.com/dotphiles/dotzsh#mac-os-x).
|
499 | 499 |
|
500 | 500 | [1]: https://github.com/creationix/nvm.git
|
501 |
| -[2]: https://github.com/creationix/nvm/blob/v0.33.1/install.sh |
| 501 | +[2]: https://github.com/creationix/nvm/blob/v0.33.2/install.sh |
502 | 502 | [3]: https://travis-ci.org/creationix/nvm
|
503 |
| -[4]: https://github.com/creationix/nvm/releases/tag/v0.33.1 |
| 503 | +[4]: https://github.com/creationix/nvm/releases/tag/v0.33.2 |
504 | 504 | [Urchin]: https://github.com/scraperwiki/urchin
|
505 | 505 | [Fish]: http://fishshell.com
|
0 commit comments