diff options
author | Phil Jones <philj56@gmail.com> | 2022-11-20 09:34:54 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-11-20 09:34:54 +0000 |
commit | 17251c68d544b99308356c7d0a188a92e8aa194e (patch) | |
tree | 5d993cd3e97a8322608fc36e31b4beb64ecdbb4d /README.md | |
parent | 8ab1b98328d720dec70087f0435210cdd5c67852 (diff) |
Fix typo in readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ sudo pacman -S meson scdoc wayland-protocols sudo dnf install freetype-devel cairo-devel pango-devel wayland-devel libxkbcommon-devel harfbuzz # Build-time dependencies -sudo pacman -S meson scdoc wayland-protocols-devel +sudo dnf install meson scdoc wayland-protocols-devel ``` Then build: |