From ccbb11c7e3ad8c7007dfc5260c0354f4405aba10 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 15 Oct 2023 00:15:43 +0900 Subject: [PATCH] readme update --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49cc08f..9d8a9ed 100644 --- a/README.md +++ b/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