Skip to content

Commit

Permalink
docs: aur + cargo install
Browse files Browse the repository at this point in the history
  • Loading branch information
galister authored Sep 15, 2024
1 parent 7ebfa78 commit 7726225
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ This tool allows users to calibrate devices of different tracking origins (track

You will need Monado/WiVRn fresh from the main branch.

## Building
## Installing

Ensure your rust toolchain is up to date: `rustup update stable`
Ensure Rust toolchain is up-to-date: `rustup update stable`

For Arch-based distros, AUR package `motoc-git` is available.

Other distros, install via cargo:

```bash
cargo build --release
cargo install --git https://github.com/galister/motoc.git motoc
```

## How to use
Expand Down

0 comments on commit 7726225

Please sign in to comment.