Back to Mise

`mise install-into`

docs/cli/install-into.md

2026.8.12664 B
Original Source
<!-- @generated by usage-cli from usage spec -->

mise install-into

Install a tool version to a specific path

Used for building a tool to a directory for use outside of mise

Arguments

  • <TOOL@VERSION> — Tool to install e.g.: node@20
  • <PATH> — Path to install the tool into

Flags

  • -h --help — Print help

Examples:

# install [email protected] into ./mynode
$ mise install-into [email protected] ./mynode && ./mynode/bin/node -v
20.0.0