From fc4c916735188f5ddab5964ddd71231873e4c791 Mon Sep 17 00:00:00 2001 From: Leonid Nikitin Date: Thu, 21 Aug 2025 21:32:32 +0500 Subject: [PATCH] Expanded Linux README files with instructions for launching the application via the start menu or terminal. --- dist/linux/Readme-eng.txt | 5 +++++ dist/linux/Readme-rus.txt | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/dist/linux/Readme-eng.txt b/dist/linux/Readme-eng.txt index 0548615..4ceecab 100644 --- a/dist/linux/Readme-eng.txt +++ b/dist/linux/Readme-eng.txt @@ -5,3 +5,8 @@ Run "make user-uninstall" to uninstall from ~/.local/ System install Run "sudo make install" to install the application. Run "sudo make uninstall" to uninstall the application. + + +The program can be launched via the start menu in the Audio/Video or Standard section. +You can also call the program via the terminal: +gui-for-ffmpeg \ No newline at end of file diff --git a/dist/linux/Readme-rus.txt b/dist/linux/Readme-rus.txt index 9331b2b..8d4f045 100644 --- a/dist/linux/Readme-rus.txt +++ b/dist/linux/Readme-rus.txt @@ -5,3 +5,8 @@ Установить для всей системы Запустить "sudo make install" Для установки в систему. Запустить "sudo make uninstall" Для удаления из системы. + + +Программу можно запустить через пуск в разделе Аудио/Видео или Стандартные. +Также можно вызвать программу через терминал: +gui-for-ffmpeg \ No newline at end of file