From 6be1c76f3509285272245cd042f1e6eb5fd0509e Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 27 Aug 2022 23:24:29 +0200 Subject: [PATCH] fix wording --- pages/Getting Started/Installation.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 933d018..873a62e 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -125,11 +125,7 @@ sudo make install Do note that `sudo make install` will copy the example .desktop file to `/usr/share/wayland-sessions/` directory, promptly overriding the existent .desktop file from previous installations. -If you would like to move the file yourself, or if you find yourself running `sudo make install` frequently -and overriding your previous .desktop file (which is definitely a case for NVIDIA users who run Hyprland -through a wrapper script); you can use `sudo make cleaninstall`, which will do everything `sudo make install` does -_except_ to copy the desktop file. You may use `sudo make cleaninstall` everytime you need to rebuild fromm source, -which happens quite often as Hyprland receives active development. +It's probably a good idea to run `sudo make cleaninstall` to update Hyprland later on, as it does not overwrite the desktop file. ### Meson