Skip to content

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

Examples:

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

Licensed under the MIT License. Maintained by @jdx and friends.