# `mix denox.cli.install`
[🔗](https://github.com/gsmlg-dev/denox/blob/v0.9.0/lib/mix/tasks/denox.cli.install.ex#L1)

Downloads the Deno CLI binary for the current platform.

    $ mix denox.cli.install
    $ mix denox.cli.install --force   # reinstall even if already present

The version is read from config:

    config :denox, :cli, version: "2.1.4"

The binary is cached at `_build/denox_cli-{version}/deno`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
