Skip to content

Commit 63377d7

Browse files
authored
Update README.md
1 parent 9f2bcec commit 63377d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Image viewer
99

1010
A simple image viewer.
1111

12+
<img src="https://raw.githubusercontent.com/Mithil467/Coreavor/images/demo.png?token=AJ4FEYIYQAKZTSWB44GVVGC7EWANA" height=500px/>
13+
14+
The UI is inspired from [Eye of Mate](https://github.com/mate-desktop/eom).
15+
1216
#### Features:
1317

1418
- Open image (png, jpg, jpeg, svg, gif)
@@ -22,14 +26,14 @@ Download the latest version of Coreavor from [releases](https://github.com/Mithi
2226

2327
#### How to build?
2428

29+
Make sure you have the dependencies required for QT5 installed.
2530
Clone the repo and from within the repo execute the following commands.
2631

2732
```
2833
qmake -makefile
2934
make
3035
make clean
3136
```
32-
3337
This will generate a binary executable `Coreavor`.
3438

3539
#### License

0 commit comments

Comments
 (0)