Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

## ⚡ Quick Start

> Updating an existing installation? See [Safe Production Updates](safe-update.md).
> Updating an existing installation? See [Safe Production Updates](docs/safe-update.md).

**1. Install Docker** (if not installed):
```bash
Expand Down Expand Up @@ -57,6 +57,7 @@ docker compose up -d
```

**3. Open** `https://your-domain/panel`
> Planning to manage the panel from AI assistants? See [MCP Setup Guide](docs/mcp-user-guide.md).

**Required `.env` variables:**
```env
Expand Down
3 changes: 2 additions & 1 deletion README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## ⚡ Быстрый старт

> Нужно обновить уже установленную панель? См. [Безопасное обновление на проде](safe-update.ru.md).
> Нужно обновить уже установленную панель? См. [Безопасное обновление на проде](docs/safe-update.ru.md).

**1. Установите Docker** (если не установлен):

Expand Down Expand Up @@ -57,6 +57,7 @@ docker compose up -d
```

**3. Откройте** `https://ваш-домен/panel`
> Планируете управлять панелью из AI-ассистента? См. [Гайд по настройке MCP](docs/mcp-user-guide.ru.md).

**Обязательные переменные `.env`:**

Expand Down
Loading