From c55ba3026f1dbd07c8c944833a69c91dc4b258c9 Mon Sep 17 00:00:00 2001 From: scerelli <hi@stefanocerelli.com> Date: Thu, 1 Aug 2024 17:32:59 +0200 Subject: [PATCH] fix: remove nvm from readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18fe76f..10a3c99 100644 --- a/README.md +++ b/README.md @@ -84,10 +84,9 @@ Please set up the [shell hook](https://github.com/direnv/direnv/blob/master/docs ##### Installation -Before we can get started building, please ensure that at least one of the following node version managers are installed and properly set up on your system (we mostly use nodenv, so when in doubt, use that): +Before we get started with building, please ensure that nodenv is installed on your system: -- [`nodenv`](https://github.com/nodenv/nodenv) (`brew install nodenv` & set up shell hook) or -- [`nvm`](https://github.com/nvm-sh/nvm) +- [`nodenv`](https://github.com/nodenv/nodenv) (`brew install nodenv` & set up shell hook) Follow the instructions in the corresponding READMEs for setup. -- GitLab