Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 400 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 400 Bytes

Contribute to the Railway CLI

Prerequisites

OR

Setting Up with Nix

Use nix-shell to enter an environment with all necessary dependencies.

Running and Building

  • Run the binary with: cargo run -- <args>
  • Build the binary with: cargo build --release