Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 517 Bytes

build_from_source.md

File metadata and controls

39 lines (24 loc) · 517 Bytes

Build from source

Verify that you have Rust installed:

$ rustc --version

If rust is not installed, follow the instructions on the Offical Rust website.

Clone this repository:

$ git clone https://github.com/humblepenguinn/tmplt.git
$ cd tmplt

Build the project:

$ cargo build

Now, Check to see if it worked:

$ cargo run -- version

You can also install the project:

$ cargo install --path .
$ tmplt version