diff --git a/README.md b/README.md index 45c85da..27fda6a 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,16 @@ Status: project scaffold with CLI, config, API and git crates. Commands are stub ## Quick start -``` +```sh cargo run -p tangled-cli -- --help ``` +### Install from AUR (community maintained) + +```sh +yay -S tangled-cli-git +``` + Building requires network to fetch crates. ## Next steps