Skip to content

Commit c26bd93

Browse files
jonathanperretljharb
authored andcommitted
[readme] M1 macs: Add nvm use command to clarify that it is required
1 parent 621ccc5 commit c26bd93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,4 +928,10 @@ $ node -p process.arch
928928
x64
929929
# It is now safe to return to the arm64 zsh process:
930930
$ exit
931+
# We're back to a native shell:
932+
$ arch
933+
arm64
934+
# And the new version is now available to use:
935+
$ nvm use v14.15.4
936+
Now using node v14.15.4 (npm v6.14.10)
931937
```

0 commit comments

Comments
 (0)