Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 750 Bytes

install.md

File metadata and controls

49 lines (33 loc) · 750 Bytes

Installation

asdf

asdf plugin add ya https://github.com/yhakbar/asdf-ya.git
asdf install ya latest

rtx

rtx plugin add ya https://github.com/yhakbar/asdf-ya.git
rtx install ya latest

Homebrew

brew tap yhakbar/ya
brew install ya

Cargo

git clone https://github.com/yhakbar/ya.git
cd ya

With yadayada

cargo install --features yadayada --path .

Without yadayada

cargo install --path .

Manual

Go here and download the appropriate executable(s) for your platform.

Shell Completion

I recommend reading this for more information on how to install shell completions.