:earth_americas: Cross-platform support (Mac, Windows, Linux)
:earth_americas: Cross-platform support (macOS, Windows, Linux)
:sparkles: Single file, easy installation, instant startup
:sparkles: Single file, easy installation, instant startup
@ -22,17 +22,17 @@
## Installation
## Installation
### Using a script (MacOS/Linux)
### 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):
```bash
```sh
curl -fsSL https://fnm.vercel.app/install | bash
curl -fsSL https://fnm.vercel.app/install | bash
```
```
#### Upgrade
#### Upgrade
On OSX, it is a simple as `brew upgrade fnm`.
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 add `--skip-shell` to install command.
@ -48,19 +48,19 @@ Skip appending shell specific loader to shell config file, based on the current
`--force-install`
`--force-install`
MacOS installations using the installation script are deprecated in favor of the Homebrew formula, but this forces the script to install using it anyway.
macOS installations using the installation script are deprecated in favor of the Homebrew formula, but this forces the script to install using it anyway.