Update README.md

This commit is contained in:
Vinicius Moreira
2019-06-14 16:46:47 -03:00
parent f55c5be2a4
commit c5ab4716bf
2 changed files with 9 additions and 6 deletions

View File

@@ -15,12 +15,15 @@ It has also a management window allowing the user to see all installed applicati
- python-pip
- python-pyqt5
### Distribution
Currently only available for Arch Linux users via **AUR**. Other distros can install it manually (described bellow).
### Installation script
You can install the application without compromising your system via the provided installation script called 'install.py'.
Type in the terminal:
```
sudo python3 install.py.
sudo python3 install.py
```
If you want to uninstall the application, just call the script the same way.
@@ -30,7 +33,7 @@ fpakman
```
### Manual installation:
The following script shows how to install the application in a separate python environment in order to not mess up with your
The following script shows how to install the application in a separate python environment to not mess up with your
system's python libraries. Inside the project directory type:
```
python3 -m venv env
@@ -44,10 +47,10 @@ In order to autostart the application, use your Desktop Environment settings to
### 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_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
- Show updates being applied.
- Search and install applications.
- Uninstall applications.
- Show updates being applied
- Search and install applications
- Uninstall applications