Skip to content

Latest commit

 

History

History
executable file
·
28 lines (19 loc) · 426 Bytes

build_from_source.md

File metadata and controls

executable file
·
28 lines (19 loc) · 426 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/envio.git
$ cd envio

Build the project:

$ cargo build

Now, Check to see if it worked:

$ cargo run -- version