# Contribute to the Railway CLI
## Prerequisites
- [Rust](https://www.rust-lang.org/tools/install)
- [CMake](https://cmake.org/install/)
OR
- [Nix](https://nixos.org/download.html)
### Nix Setup
`nix-shell` to enter the shell with all the dependencies
### Running and Building
`cargo run -- <args>` to run the binary\
`cargo build --release` to build the binary