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

# Installation

> Install the Lazy Raccoon CLI on your machine.

## Requirements

* **Node.js** 18 or higher
* **npm** (comes with Node.js)

## Install

```bash theme={null}
npm install -g lazy-raccoon
```

Verify the installation:

```bash theme={null}
lazy --version
```

## Update

To update to the latest version:

```bash theme={null}
npm update -g lazy-raccoon
```

## Uninstall

```bash theme={null}
npm uninstall -g lazy-raccoon
```

This only removes the CLI. Your cloud configs remain safe in your account.
