Skip to content

Commit

Permalink
Merge pull request #178 from evo-lua/archlinux-command-fix
Browse files Browse the repository at this point in the history
Fix the pacman command in the installation guide
  • Loading branch information
rdw-software authored Oct 20, 2023
2 parents 96bfad6 + 0d2f7fe commit 2556e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ However, there is one deliberate exception (that only affects Linux users):
- If you're a Linux user building from source, simply follow the installation steps listed [here](/docs/how-to-guides/building-from-source#linux)
- Otherwise, you can quickly install the relevant libraries via the package manager:
- Debian/Ubuntu: `apt install libgtk-3-0 libwebkit2gtk-4.0-37`
- ArchLinux: `webkit2gtk gtk3`
- ArchLinux: `pacman -S webkit2gtk gtk3`

This step is required even if you don't want to use WebViews (e.g., for a headless server application).

Expand Down

0 comments on commit 2556e4b

Please sign in to comment.