We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e899fbe commit 8412e2fCopy full SHA for 8412e2f
README.md
@@ -22,8 +22,6 @@ A fast developer docs reader
22
- valac
23
24
## Run Dependencies:
25
- - curl
26
- - wget
27
- libarchive
28
- libdevhelp
29
- libwebkit2gtk-4.0
@@ -34,7 +32,7 @@ A fast developer docs reader
34
32
## Install From Source:
35
33
The following instructions should work on most debian-based systems:
36
```
37
-sudo apt install libgtk-3-dev libdevhelp-dev libdevhelp libwebkit2gtk-4.0 libwebkit2gtk-4.0-dev meson valac
+sudo apt install libarchive libarchive-dev libgtk-3-dev libdevhelp-dev libdevhelp libwebkit2gtk-4.0 libwebkit2gtk-4.0-dev meson valac
38
git clone https://github.com/mdh34/quickDocs.git
39
cd ./quickDocs/
40
meson build --prefix=/usr
0 commit comments