An installer of MoonBit language toolchain, directly inspired by 'rust-lang/rustup'.
This is a Lone Outpost Tech Open Source project.
Cargo install can be used if you already have the Rust language toolchain installed:
cargo install multimoonOr download the executable file of your platform on the release page.
You may need to make it executable and copy to proper path in your user or system path. An example for most Linux distros:
tar -Jxvf multimoon-0.1.0-amd64-linux.tar.xz
chmod +x multimoon-0.1.0-x64-linux/multimoon
sudo cp multimoon-0.1.0-x64-linux/multimoon /usr/local/bin/multimoon # need root privilegesGet the help:
multimoonUpdate to the latest MoonBit toolchain:
multimoon updateRevert to an old version of toolchain:
multimoon toolchain update 0.1.20240513Use, backup and restore the core library: (basically used in core development)
multimoon core backup my-core-dev-1
multimoon core restore my-core-dev-1