readme update

This commit is contained in:
JaKooLit 2023-10-15 00:15:43 +09:00
parent 89339c176c
commit ccbb11c7e3

View File

@ -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