From 2c1087f7efe252f38c97cc5aba3a921303ccfc31 Mon Sep 17 00:00:00 2001 From: Francois Botha Date: Thu, 17 Nov 2022 15:08:21 +0200 Subject: [PATCH] State installation script dependencies in README.md (#795) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1243ac..d1b2464 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ ### Using a script (macOS/Linux) -For `bash`, `zsh` and `fish` shells, there's an [automatic installation script](./.ci/install.sh): +For `bash`, `zsh` and `fish` shells, there's an [automatic installation script](./.ci/install.sh). + +First ensure that `curl` and `unzip` are already installed on you operating system. Then execute: ```sh curl -fsSL https://fnm.vercel.app/install | bash