## Installation

```elixir
# Minimal - Just terminal buffers
{:raxol_core, "~> 2.0"}

# Web integration - Add LiveView
{:raxol_core, "~> 2.0"},
{:raxol_liveview, "~> 2.0"}

# Full framework
{:raxol, "~> 2.0"}
```

```bash
mix deps.get
```
