move fast because or as if driven by the wind.
Why? | Goals | Status | Getting started
The all-in-one tool for streamlining the many version control processes of your development workflow. Agnostic to your codebase’s internals and overall development environment, it just works.
Table of Contents
You can get started using scud by following one of the installation methods detailed below. Additionally, it's important that you have the required prerequisites installed before you start using scud.
In order to get started using scud, it's important that you have Rust installed on your local machine which can be done via the simple one-liner,
```bash
curl https://sh.rustup.rs -sSf | sh ```
as seen on the official Rust website.
scud can be installed from crates.io:
```sh
$ cargo install scud ```
The minimum supported Rust version is 1.58.1
.