Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 651 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 651 Bytes

Prepare

Install compilation dependencies

sudo apt-get install -y lld

Build

Build move-language

cargo build

Install 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-cli

Verify installation

move -h

Note:

This 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.