Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 539 Bytes

BUILDING.md

File metadata and controls

35 lines (23 loc) · 539 Bytes

Compiling from source

Prerequisites

You need the Rust Toolchain installed:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Cloning

First, clone the git repository:

git clone https://github.com/sinjs/rgen.git

Installing

Then, you can compile and install the binary into PATH:

cargo install --path .
rgen -V # rgen-cli 0.1.0

Development

While developing, you can run the project:

$ cargo run -- -V # All command line arguments go after the `--`
rgen-cli 0.1.0