add deprecation warning (#79)

* add deprecation warning

* fix retard moment

Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com>
This commit is contained in:
NotAShelf 2022-12-15 15:42:53 +03:00 committed by GitHub
parent 67e7eee5ea
commit 6342a87e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 10 deletions

View File

@ -95,7 +95,7 @@ Open a terminal where you cloned the repo.
```bash
git pull
sudo make clear
sudo make cleaninstall
sudo make install
```
If you are using the AUR (hyprland-git) package, you

View File

@ -122,13 +122,6 @@ cd Hyprland
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.
It's probably a good idea to run `sudo make cleaninstall` to update Hyprland later on,
as it will not overwrite the desktop file.
### Meson
```plain

View File

@ -54,8 +54,8 @@ usually not ran through the user account.
{{< hint type=important >}}
It is highly recommended to copy the desktop file to e.g. `wrapped_hl.desktop` instead of editing
the provided one, as many package managers (and `sudo make install`) will **overwrite**
the desktop file on updates. If you manually build Hyprland, consider using `sudo make cleaninstall` to preserve `hyprland.deskop`
the provided one, as many package managers will **overwrite**
the desktop file on updates.
{{< /hint >}}
# Immediate