Install fluentci
What you'll need
Install
Install fluentci using the following command:
deno install -A -g -r https://cli.fluentci.io -n fluentci
You need to add the following to your ~/.bashrc
or ~/.zshrc
file:
export PATH="$HOME/.deno/bin:$PATH"
Bash (Linux/macOS)
You can also install fluentci using the following command:
curl -fsSL https://cli.fluentci.io | bash
Homebrew
You can also install fluentci using Homebrew:
brew install fluentci-io/tap/fluentci
Pkgx
You can also install fluentci using pkgx:
pkgx install fluentci