Skip to content

Commit 8b37215

Browse files
[Docs] update alpine environment installation info [skip ci]
1 parent c585406 commit 8b37215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ There is a `-s` flag for `nvm install` which requests nvm download Node source a
434434
If installing nvm on Alpine Linux *is* still what you want or need to do, you should be able to achieve this by running the following from you Alpine Linux shell:
435435

436436
```sh
437-
apk add bash
438-
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | /bin/bash
437+
apk add -U wget bash ca-certificates openssl ncurses coreutils python2 make
438+
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
439439
```
440440

441441
The Node project has some desire but no concrete plans (due to the overheads of building, testing and support) to offer Alpine-compatible binaries.

0 commit comments

Comments
 (0)