Skip to content

Commit 541bd96

Browse files
committed
update readme
1 parent b9f9e2c commit 541bd96

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,23 @@
77
A fast developer docs reader
88
![Screenshot](https://raw.githubusercontent.com/mdh34/quickDocs/master/data/images/screenshot-1.png)
99

10-
## Sources:
10+
## Doc Sources:
1111
- Valadoc
1212
- DevDocs (supports viewing docs offline)
1313

14-
## Dependencies:
14+
## Build Dependencies:
15+
- libgtk-3-dev
1516
- libwebkit2gtk-4.0-dev
1617
- meson
18+
- valac
1719

20+
## Run Dependencies:
21+
- libwebkit2gtk-4.0
1822

19-
## Installation:
23+
## Install From Source:
24+
The following instructions should work on most debian-based systems:
2025
```
21-
sudo apt install elementary-sdk libwebkit2gtk-4.0-dev meson
26+
sudo apt install libgtk-3-dev libwebkit2gtk-4.0 libwebkit2gtk-4.0-dev meson valac
2227
git clone https://github.com/mdh34/quickDocs.git
2328
cd ./quickDocs/
2429
meson build --prefix=/usr

0 commit comments

Comments
 (0)