Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 46c4bc9

Browse files
committed
simplify readme
1 parent cbd6621 commit 46c4bc9

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ A fast developer docs reader
1313
- Valadoc
1414
- DevDocs
1515

16-
Both are avalibale to use offline
1716
## Build Dependencies:
1817
- libarchive-dev
1918
- libdevhelp-dev
@@ -24,28 +23,20 @@ A fast developer docs reader
2423
- meson
2524
- valac
2625

27-
## Run Dependencies:
28-
- libarchive
29-
- libdevhelp
30-
- libgee-0.8
31-
- libgranite
32-
- libwebkit2gtk-4.0
33-
3426
## Install:
3527
### Flatpak:
3628
quickDocs is avaliable on Flathub, install it by running:
3729
```
3830
flatpak install flathub com.github.mdh34.quickdocs
3931
```
40-
### Distro Packages:
41-
- For Debian / Ubuntu based systems, install the latest .deb from [here](https://github.com/mdh34/quickDocs/releases) (64-bit only)
32+
### Unofficial Community Packages:
4233
- For Arch Linux based systems, install the AUR package from [here](https://aur.archlinux.org/packages/quickdocs/)
4334
- For OpenSUSE Leap / Tumbleweed, add the following [repo](https://build.opensuse.org/package/show/home:MichaelAquilina/quickdocs)
4435

4536
## Install From Source:
4637
The following instructions should work on most debian-based systems:
4738
```
48-
sudo apt install libarchive libarchive-dev libgtk-3-dev libdevhelp-dev libdevhelp libwebkit2gtk-4.0 libwebkit2gtk-4.0-dev meson valac
39+
sudo apt install libarchive-dev libdevhelp-dev libgee-0.8-dev libgranite-dev libgtk-3-dev libwebkit2gtk-4.0-dev meson valac
4940
git clone https://github.com/mdh34/quickDocs.git
5041
cd ./quickDocs/
5142
meson build --prefix=/usr

0 commit comments

Comments
 (0)