# `aurrs` AUR + RS A simple and informative way to vote on the Arch User Repository. ## Usage ```bash aurrs vote ... aurrs unvote ... aurrs status ... ``` ## Installation #### Precompiled binaries See the [releases] page for pre-compiled binaries. #### Via Cargo ```bash cargo install aurrs ``` #### From Source (via Cargo) ```bash git clone https://github.com/acheronfail/aurrs/ cd aurrs cargo install --path . ``` [releases]: https://github.com/acheronfail/aurrs/releases