From ffa3768a19fd8072cab6c8d641d22da9dc15dd8e Mon Sep 17 00:00:00 2001 From: DisableGraphics <48135147+DisableGraphics@users.noreply.github.com> Date: Sat, 21 May 2022 15:02:41 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be77d9d..6fa079d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Korai requires:
- **Ubuntu & Debian:** ``` -sudo apt install libgtkmm-3.0-dev libwebkit2gtk-4.0-dev libarchive-dev libvte-2.91-dev +sudo apt install libgtkmm-3.0-dev libwebkit2gtk-4.0-dev libarchive-dev ``` - **Arch:** The AUR source is automatically updated with GitHub and automatically grabs the dependencies ``` @@ -50,12 +50,12 @@ yay -S korai **Note:** The default chapter file path is `/home/$USER/.local/share/chapter.conf` if korai has been installed using this method.

Although you can still build Korai from source: ``` -sudo pacman -S gtkmm3 webkit2gtk libarchive vte3 +sudo pacman -S gtkmm3 webkit2gtk libarchive ``` **If the integrated downloader is wanted:** -- Ubuntu & Debian: Please grab the latest Linux release here and put it on your PATH -- Arch: Automatically downloaded using the AUR (If you want to build Korai from source: `yay -S mangodl`) +- Ubuntu & Debian: Please grab the latest Linux release here and put it on your PATH. Also install libvte-2.91-dev with: `sudo apt install libvte-2.91-dev` +- Arch: Automatically downloaded using the AUR (If you want to build Korai from source: `yay -S mangodl vte3`) # Building To build Korai, please enter the following commands: