0
0
mirror of https://github.com/tj/n.git synced 2024-11-25 15:49:24 +01:00

Merge pull request #369 from StewartNoyce/master

Add older Mac support to custom architecture section of the Readme
This commit is contained in:
Nimit Kalra 2016-08-05 16:49:31 -05:00 committed by GitHub
commit d122127595

View File

@ -183,6 +183,10 @@ Download and use latest 32 bit version of `iojs`:
$ n io --arch x86 latest
Download and use 64 bit LTS version of `node` for older Mac Intel Core 2 Duo systems (x86 image is no longer available but x64 runs fine):
$ n --arch x64 lts
## Additional Details
`n` installs versions to `/usr/local/n/versions` by default. Here, it can see what versions are currently installed and activate previously installed versions accordingly when `n <version>` is invoked again.