# Automa CLI 1. [Install](#install) 2. [Usage](#usage) 3. [Changelog](#changelog) ## Install `automa` is available on Linux, macOS & Windows #### With [Homebrew](https://brew.sh/) ``` $ brew install automa/tap/automa ``` #### With [AUR](https://aur.archlinux.org) ``` $ yay -S automa ``` #### With [Scoop](https://scoop.sh) ``` $ scoop bucket add automa https://github.com/automa/scoop-bucket $ scoop install automa ``` #### With [cargo](https://crates.io/) ``` $ cargo install automa-cli ``` #### Direct Pre-built binary executables are available at [releases page](https://github.com/automa/cli/releases). Download, unarchive the binary, and then put the executable in `$PATH`. ## Usage ## Contributors Here is a list of [Contributors](http://github.com/automa/cli/contributors) ### TODO ## Changelog Please see [CHANGELOG.md](CHANGELOG.md). ## License MIT/X11 ## Bug Reports Report [here](http://github.com/automa/cli/issues).