Added files that will be copied during the build of the application for Linux.

This commit is contained in:
2025-06-14 19:32:05 +05:00
parent c59c87d109
commit 57767de4b3
4 changed files with 62 additions and 0 deletions

7
dist/linux/Readme-rus.txt vendored Normal file
View File

@@ -0,0 +1,7 @@
Установить для пользователя (рекомендуется)
Запустите "make user-install" для установки в домашнюю папку ~/.local/
Запустите "make user-uninstall" для удаления из домашней папки ~/.local/
Установить для всей системы
Запустить "sudo make install" Для установки в систему.
Запустить "sudo make uninstall" Для удаления из системы.