Skip to content

Commit

Permalink
Update Alpine Linux Section in README
Browse files Browse the repository at this point in the history
- Update install directions to include `python3`, instead of `python2`, which is deprecated since Alpine 3.13.
  • Loading branch information
luni-moon authored Sep 27, 2022
1 parent a82edf4 commit 1f2e567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ There is a `-s` flag for `nvm install` which requests nvm download Node source a
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:
```sh
apk add -U curl bash ca-certificates openssl ncurses coreutils python2 make gcc g++ libgcc linux-headers grep util-linux binutils findutils
apk add -U curl bash ca-certificates openssl ncurses coreutils python3 make gcc g++ libgcc linux-headers grep util-linux binutils findutils
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
```
Expand Down

0 comments on commit 1f2e567

Please sign in to comment.