Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DisableGraphics authored May 21, 2022
1 parent 3f853a4 commit ffa3768
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Korai requires: <br>

- **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
```
Expand All @@ -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. <br> <br>
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: <a href=https://github.com/Gyro7/mangodl/releases/>Please grab the latest Linux release here</a> 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: <a href=https://github.com/Gyro7/mangodl/releases/>Please grab the latest Linux release here</a> 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:
Expand Down

0 comments on commit ffa3768

Please sign in to comment.