Update Installation.md (#106)

This commit is contained in:
Eshnek 2023-01-22 00:26:42 -07:00 committed by GitHub
parent 0d8547c8d5
commit efa3cda8ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ libwlroots), you don't need to update anything else.
_Arch dependencies_: _Arch dependencies_:
```plain ```plain
yay -S gdb ninja gcc cmake libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite xorg-xinput libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland yay -S gdb ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite xorg-xinput libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland
``` ```
_(Please make a pull request or open an issue if any packages are missing from the list)_ _(Please make a pull request or open an issue if any packages are missing from the list)_
@ -217,4 +217,4 @@ Now, of course, install manually.
```plain ```plain
sudo cp ./build/Hyprland /usr/bin && sudo cp ./example/hyprland.desktop /usr/share/wayland-sessions sudo cp ./build/Hyprland /usr/bin && sudo cp ./example/hyprland.desktop /usr/share/wayland-sessions
``` ```