From c26bd935c0cd9574035d5bde8ed930e6a4d8b16b Mon Sep 17 00:00:00 2001 From: Jonathan Perret Date: Wed, 24 Mar 2021 10:50:38 +0100 Subject: [PATCH] [readme] M1 macs: Add `nvm use` command to clarify that it is required --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8f6caec..564fbc4 100644 --- a/README.md +++ b/README.md @@ -928,4 +928,10 @@ $ node -p process.arch x64 # It is now safe to return to the arm64 zsh process: $ exit +# We're back to a native shell: +$ arch +arm64 +# And the new version is now available to use: +$ nvm use v14.15.4 +Now using node v14.15.4 (npm v6.14.10) ```