Installation
Common steps
First, install docker, if you haven't already.
Install in Linux
You can install Avatar-CLI in two different ways:
- Via pre-compiled binaries
- Via Cargo
Install in Macos
For now there's only one way to install Avatar-CLI in Macos:
- Via Cargo
Via pre-compiled binaries
For now, only Linux binaries are available.
- Download a pre-compiled binary from the Releases section.
- Place the file in a directory listed in the
$PATH
environment variable, like/usr/bin
, or$HOME/.local/bin
. - Make it executable with
chmod +x /path/to/avatar
(adapt the path to your particular case).
Via Cargo
If you are a Rust developer, then you already know Cargo. If you don't have it in your system then you can obtain it via rustup.
Once you have cargo, you can install Avatar-CLI with the following command:
cargo install avatar-cli