Installation
Recommended: Install with curl
The fastest way to install miso:
curl -fsSL https://misojs.dev/install | bashSupported platforms: macOS (Intel & Apple Silicon), Linux (x86-64 & ARM64). Windows: Use the npm install method below, or download a binary from the GitHub Releases page.
Alternative: Install via package manager
If you prefer to install miso through a JavaScript package manager:
>Terminal
npm install -g @ekkolyth/misoUpgrading
Once installed, upgrade miso to the latest version at any time:
>Terminal
miso upgrademiso upgrade downloads the latest binary directly from GitHub and replaces
the current binary in-place. No sudo required.
Install in a project
To install miso only in the project you’re currently working on, add it as a dev dependency:
>Terminal
npm i @ekkolyth/miso -DLast updated on