You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
298 B

3 years ago
# Installation
## Git
The fastest way to get up and running is to clone the [repository](https://git.sr.ht/~garritfra/sabre) and run the following command:
```sh
cargo install --path .
```
> **Note:** An installation of the Rust programming language is needed to compile Sabre.
## Cargo
TODO