mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
readme update
This commit is contained in:
parent
89339c176c
commit
ccbb11c7e3
22
README.md
22
README.md
@ -78,11 +78,27 @@ source ~/.zshrc
|
||||
- swaylock-effects [`LINK`](https://github.com/mortie/swaylock-effects)
|
||||
- swappy [`LINK`](https://github.com/jtheoof/swappy)
|
||||
|
||||
- a.) to update these package, in your installation folder, you can move these folders, `Hyprland` `nwg-look` `swaylock-effects` `swww` `asusctl` `supergfxctl`, as appropriate or download manually, cd into it, and ran git pull
|
||||
- b.) for Hyprland, nwg-look, asusctl, supergfxtctl, to update ran `sudo make install`
|
||||
- c.) for swww, to update `cargo build --release`
|
||||
- a.) to update these package, in your installation folder, you can move these folders, `Hyprland` `nwg-look` `swaylock-effects` `swappy` `swww` `asusctl` `supergfxctl`, as appropriate or download manually, cd into it, update/install
|
||||
|
||||
- b.) to update Hyprland
|
||||
``` bash
|
||||
git pull
|
||||
sudo make clear
|
||||
sudo make install
|
||||
```
|
||||
- c.) for nwg-look, asusctl, supergfxtctl, to update ran
|
||||
``` bash
|
||||
git pull
|
||||
sudo make install
|
||||
```
|
||||
- c.) for swww, to update
|
||||
``` bash
|
||||
git pull
|
||||
cargo build --release
|
||||
```
|
||||
- d.) for swaylock-effects and swappy
|
||||
``` bash
|
||||
git pull
|
||||
meson build
|
||||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user