Installation
Installing the gorder
tool consists of two simple steps:
-
Install Rust.
- Follow this guide for your operating system.
- If you already have Rust installed, you can skip this step. To check, run
rustc --version
.
-
Install
gorder
.- Run
cargo install gorder
in your terminal.
- Run
You can verify that the installation was successful by running gorder --version
. The current version of the gorder
tool should be displayed in the terminal.