From 7726225cc0a26dd373659eeab0dee3367783c095 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:22:06 +0000 Subject: [PATCH] docs: aur + cargo install --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30a4f8d..9b27e61 100644 --- a/README.md +++ b/README.md @@ -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