diff --git a/pages/Crashes and Bugs/_index.md b/pages/Crashes and Bugs/_index.md index 5f51835..1c75c29 100644 --- a/pages/Crashes and Bugs/_index.md +++ b/pages/Crashes and Bugs/_index.md @@ -101,3 +101,8 @@ sudo rm -rf ./build meson ./build --prefix=/usr --buildtype=release sudo ninja -C build install ``` + +To revert the changes to hyprland and wlroots, do inside the cloned hyprland: +``` +make all && sudo make install +``` \ No newline at end of file