Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kourva authored Mar 10, 2023
1 parent 17280f6 commit 9d20c76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ Will be fixed in next updates!
so this app works online with public APIs. if you have any idea to add let me know in 'Issues' section in repository

# Setup
#### Clone the repository
#### Clone the repository
```bash
git clone https://github.com/Kourva/EyeZ.git
```
#### navigate to Eyez
#### ⒉ Navigate to Eyez directory
```bash
cd EyeZ
```
#### install the requirements
#### ⒊ Install the requirements
```bash
chmod +x Lib/install.sh && ./install.sh
```
#### install python-dbus for notification (optional)
#### ⒋ Install python-dbus for notification (optional)
+ Debian based
```bash
sudo apt install python-dbus
Expand All @@ -44,7 +44,7 @@ sudo apt install python-dbus
```bash
sudo pacman -S python-dbus
```
#### run the app
#### run the app
+ Normally
```bash
python main.py
Expand Down

0 comments on commit 9d20c76

Please sign in to comment.