Building from source
Install Rust
Merlon is written in Rust. If you don’t have Rust, install it with the following command:
$ curl https://sh.rustup.rs -sSf | sh
Clone the Merlon repository
Clone the repository and enter it:
$ git clone https://github.com/nanaian/merlon.git
$ cd merlon
Run
$ cargo run -- --version
Install to PATH
$ cargo install --path .