> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ale.run/llms.txt
> Use this file to discover all available pages before exploring further.

# インストール

> エール CLIのインストールガイド

## 必要要件

* Node.js（バージョン20以上）

## インストールスクリプト

<Steps>
  <Step title="ターミナルで以下のコマンドを実行し、パッケージをグローバルにインストールします。">
    ```bash theme={null}
    npm i -g @ale-run/cli@latest
    ```
  </Step>

  <Step title="CLIが正常にインストールされたことを確認します。">
    ```bash theme={null}
    ale -v
    ```
  </Step>
</Steps>
