Skip to content

Commit

Permalink
Clarify how to pass --skip-shell (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss authored Dec 25, 2024
1 parent 0f03c00 commit c054f1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c054f1a

Please sign in to comment.