logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install Schniz/fnm. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

Schniz/fnm Installation Guide

How to install Schniz/fnm. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for Schniz/fnm. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i Schniz/fnm
or

Install via npx

npx @hexmos/ipm i Schniz/fnm

Prerequisites

Rust

build_tool

Version: 1.70.0-stable, 1.80.0-rc.1, 1.90.0-alpha.1

Node.js

package_manager

Version: 16.x

curl

system_tool

Version: 7.84.0

unzip

system_tool

Git

system_tool

Version: 2.35.1

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Automatic Installation via Script (macOS/Linux)

curl -fsSL https://fnm.vercel.app/install | bash

brew install fnm

winget install Schniz.fnm

scoop install fnm

choco install fnm

cargo install fnm

Manual Setup (Shell Configuration)

fnm env --use-on-cd

Shell Setup (Bash, Zsh, Fish)

eval $(fnm env --use-on-cd --shell bash)

eval $(fnm env --use-on-cd --shell zsh)

eval $(fnm env --use-on-cd --shell fish)

Windows PowerShell Setup

fnm env --use-on-cd --shell powershell | Out-String | Invoke-Expression

Post Installation Steps

  • Open your terminal and run `fnm start` to launch the server.
  • If you're using a database, run `fnm migrate` to apply any necessary migrations.