From 1e32b408039cfe653327d8dc8582ff2af3a39024 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Thu, 13 Jun 2019 17:38:09 -0300 Subject: [PATCH] Updating README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 491d8d34..6784c034 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,23 @@ Graphical interface for Flatpak application management. It is a tray icon to let the user known when new updates are available. It has also a management window allowing the user to see all installed apllications and update them. -### Technologies: +### Developed with: - Python3 and QT 5. -## Settings -You can change some application settings via environment variables: -- **FPAKMAN_UPDATE_NOTIFICATION: enable or disable system updates notifications. Use 0 (disable) or 1 (enable, default). -- **FPAKMAN_CHECK_INTERVAL**: define the updates check interval in seconds. Default: 60. +### Requirements +- Python >= 3.5 +- qt5 packages +- libappindicator3 (for GTK3 desktop environments) ## Installation script You can install the application without compromising your system via the provided installation script called 'sandbox_installer.py'. Type in the terminal: sudo python3 sandbox_installer.py. If you want to uninstall the application, just call the script the same way. +### Settings +You can change some application settings via environment variables: +- **FPAKMAN_UPDATE_NOTIFICATION: enable or disable system updates notifications. Use 0 (disable) or 1 (enable, default). +- **FPAKMAN_CHECK_INTERVAL**: define the updates check interval in seconds. Default: 60. + ### Roadmap -- Test installer for Ubuntu - Show update commands -- Search and install applications. \ No newline at end of file +- Search and install applications.