Install compilation dependencies
sudo apt-get install -y lldBuild move-language
cargo buildInstall move-cli
By default, it installs the executable files into the bin folder in the CARGO_HOME directory (usually ~/.cargo/bin)
cargo install --path language/tools/move-cliVerify installation
move -hThis was the home of the Move language from inception to ~2022. This repository is no longer maintained, but development continues in https://github.com/move-language/move-on-aptos and https://github.com/move-language/move-sui.