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:
commit
d122127595
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user