Skip to content

Commit b2fe559

Browse files
authored
Update README.md
1 parent 515efc2 commit b2fe559

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,31 @@ The UI is inspired from [Eye of Mate](https://github.com/mate-desktop/eom).
1919
- Open image (png, jpg, jpeg, svg, gif)
2020
- Move back and forth in current directory
2121
- Zoom in and out
22+
- Rotate image and save
2223
- View in explorer
24+
- Export image as jpg or png
25+
- "Open image with" in context menu
26+
- Delete image
27+
- Fullscreen
28+
- View properties
2329

24-
#### Where to get it?
30+
#### How to install?
31+
32+
Clone the repo and from within the repo execute the following commands.
33+
```
34+
qmake -makefile
35+
sudo make install
36+
make clean
37+
```
38+
Now you can find Coreavor in `Menu` as well as run it from terminal as `Coreavor` or `Coreavor <file name>`
39+
40+
You can also open an image by right clicking and selecting `Open With Coreavor`.
41+
42+
#### Where to get just the executable?
2543

2644
Download the latest version of Coreavor from [releases](https://github.com/Mithil467/mitpick/releases/latest).
2745

28-
#### How to build?
46+
#### How to build the executable?
2947

3048
Make sure you have the dependencies required for QT5 installed.
3149
Clone the repo and from within the repo execute the following commands.

0 commit comments

Comments
 (0)