From 77dc6cfb23578e321334946959987de4b590647d Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 11 Nov 2023 20:57:37 +0000 Subject: [PATCH] fixes to crashes and bugs asan info --- pages/Crashes and Bugs/_index.md | 5 +++++ 1 file changed, 5 insertions(+) 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