From 93cac526e2b6310dab23d5dc7267c96e4f74358d Mon Sep 17 00:00:00 2001 From: Jo Liss Date: Wed, 13 Nov 2024 14:06:28 +0000 Subject: [PATCH] Clarify how to pass --skip-shell --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 402b0d417..0503f431f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,11 @@ curl -fsSL https://fnm.vercel.app/install | bash On macOS, it is as simple as `brew upgrade fnm`. -On other operating systems, upgrading `fnm` is almost the same as installing it. To prevent duplication in your shell config file add `--skip-shell` to install command. +On other operating systems, upgrading `fnm` is almost the same as installing it. To prevent duplication in your shell config file, pass `--skip-shell` to the install command: + +```sh +curl -fsSL https://fnm.vercel.app/install | bash -s -- --skip-shell +``` #### Parameters