From eb3521d9a8d3353c6d4c10d2e290ff9a95623d39 Mon Sep 17 00:00:00 2001 From: John Gee Date: Sun, 4 Aug 2019 12:33:31 +1200 Subject: [PATCH] Remove extra --arch example for old Macs --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index e15f1b7..fe8b7ac 100644 --- a/README.md +++ b/README.md @@ -177,10 +177,6 @@ Download and use latest 32 bit version of `node`: n --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 - ## Optional Environment Variables The `n` command downloads and installs to `/usr/local` by default, but you may override this location by defining `N_PREFIX`.