From 737cbd5767b16e52306ed4758f68ce2d0c1fa704 Mon Sep 17 00:00:00 2001 From: Kalo Pilato Date: Wed, 5 Jul 2023 15:42:28 +1200 Subject: [PATCH 1/2] add .nvmrc file --- .nvmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000000..8b3ed1b235 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +16.19.1 From 75976f8f89d9d3e7c5dd479562192ee1b8bbe272 Mon Sep 17 00:00:00 2001 From: Kalo Pilato Date: Wed, 5 Jul 2023 15:42:44 +1200 Subject: [PATCH 2/2] update README to include Xcode Command Line Tools installation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 55345ccd33..eaf61bf16e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ or use [`rbenv`](https://github.com/rbenv/rbenv) to automatically select the cor For non-containerized development, run: ```bash + # Check that you have Xcode Command Line Tools installed - required to build dependencies + xcode-select -p + + # If not, install them + xcode-select --install + # Install dependencies bin/setup