> ## 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.

# 설치

## 준비사항

* 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>
