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-eng.txt vendored Normal file
View File

@@ -0,0 +1,7 @@
User install
Run "make user-install" to install in ~/.local/
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.