Skip to content

Commit 42c006e

Browse files
authored
Update README.md
1 parent 5e6561d commit 42c006e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,11 @@ pip install pyqt5
1717

1818
## Installation
1919

20-
- To run it with .desktop file:
20+
1. Make install.sh executable:
21+
a) via GUI on right click Properties --> Permissions --> click `is executable`
22+
b) via terminal - `cd` into the directory with install.sh --> chmod +x install.sh
2123

22-
1. Make it executable
23-
2. Add fullpath to the script and icon in this lines -
24-
25-
```desktop
26-
Exec=python3 /full path to the script/envycontrol_qt.py
27-
Icon=/full path to the icon/envycontrol.png
28-
```
24+
2. Run it on double click or in the terminal.
2925

3026
- Autostart
3127

0 commit comments

Comments
 (0)