diff --git a/README.md b/README.md index c653c50257e..dcdd289574d 100644 --- a/README.md +++ b/README.md @@ -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 ```