diff --git a/ALL_README.md b/ALL_README.md
index 4ed64dd..e3c80d2 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -6,4 +6,5 @@
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
+- [Прочитать README на русский](README_ru.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)
diff --git a/README_id.md b/README_id.md
index ece5f38..644f553 100644
--- a/README_id.md
+++ b/README_id.md
@@ -42,7 +42,7 @@ Directory Lister is the easiest way to expose the contents of any web-accessible
- Website aplikasi resmi:
- Dokumentasi admin resmi:
-- Repositori kode aplikasi hulu:
+- Depot kode aplikasi hulu:
- Gudang YunoHost:
- Laporkan bug:
diff --git a/README_ru.md b/README_ru.md
new file mode 100644
index 0000000..af4a9ac
--- /dev/null
+++ b/README_ru.md
@@ -0,0 +1,61 @@
+
+
+# Directory Lister для YunoHost
+
+[![Уровень интеграции](https://dash.yunohost.org/integration/directorylister.svg)](https://ci-apps.yunohost.org/ci/apps/directorylister/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/directorylister.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/directorylister.maintain.svg)
+
+[![Установите Directory Lister с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=directorylister)
+
+*[Прочтите этот README на других языках.](./ALL_README.md)*
+
+> *Этот пакет позволяет Вам установить Directory Lister быстро и просто на YunoHost-сервер.*
+> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
+
+## Обзор
+
+Directory Lister is the easiest way to expose the contents of any web-accessible folder for browsing and sharing. With a zero configuration, drag-and-drop installation you'll be up and running in less than a minute.
+
+### Features
+
+- Simple installation
+- Light and dark themes
+- Custom sort ordering
+- File search
+- File hashes
+- Readme rendering
+- Zip downloads
+- Multi-lingual
+
+
+**Поставляемая версия:** 4.2.0~ynh1
+
+**Демо-версия:**
+
+## Снимки экрана
+
+![Снимок экрана Directory Lister](./doc/screenshots/Screenshot.png)
+
+## Документация и ресурсы
+
+- Официальный веб-сайт приложения:
+- Официальная документация администратора:
+- Репозиторий кода главной ветки приложения:
+- Магазин YunoHost:
+- Сообщите об ошибке:
+
+## Информация для разработчиков
+
+Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/directorylister_ynh/tree/testing).
+
+Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/directorylister_ynh/tree/testing --debug
+или
+sudo yunohost app upgrade directorylister -u https://github.com/YunoHost-Apps/directorylister_ynh/tree/testing --debug
+```
+
+**Больше информации о пакетировании приложений:**