From ae5f31015bfb9e4bf8c5601c79edfa476c153c77 Mon Sep 17 00:00:00 2001 From: Lynn Date: Wed, 18 Sep 2024 10:02:11 +0000 Subject: [PATCH] Update README.md for M1 installations, fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06bcd6d..4974df1 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ or clone it with HTTPS git clone https://gitlab.com/bloodyhealth/drip.git -### 2. Node & yarn version +### 2. Node version Make sure you are running Node 14 and classic yarn (v.1). It's easiest to switch Node versions using `nvm`, here's how to install NVM: https://github.com/nvm-sh/nvm#installing-and-updating. After installing nvm close the terminal and open it again to be able to use nvm. Once you have nvm running you can install node 14: