diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-01-03 10:12:45 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-01-03 10:12:45 +0900 |
| commit | fa04beab05cc199f5fac736f5a786709d35f2c26 (patch) | |
| tree | 7a62d7e279cd209e41d61fbbf082e922a8db2413 | |
| parent | 27bc346953d7cd9b13dc6dc556ff5f4764795e09 (diff) | |
updated Readme regarding the upgrade function
| -rw-r--r-- | README.md | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -55,17 +55,29 @@ https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/4bebe592-ca43-4962-9b5 git clone --depth=1 https://github.com/JaKooLit/Hyprland-Dots.git cd Hyprland-Dots ``` -- to copy/install/update from upstream (possible bugs) +- to copy/install from upstream (possible bugs) ```bash chmod +x copy.sh ./copy.sh ``` -- to copy/install/update from releases (more "stable") +- to copy/install from releases (more "stable") ```bash chmod +x release.sh ./release.sh ``` +- to update from releases +> [!IMPORTANT] +> You should atleast v2.2.3 in your hyprland dots (ls ~/.config/hypr) to check version +> You need rsync for it to work + +> [!CAUTION] +> you should have already up and running Hyprland before using this function +```bash +chmod +x upgrade.sh +./upgrade.sh +``` + #### 🛎️ a small note on wallpapers - by default, only few wallpapers will be copied (1 each dark and light plus 2 more). You will be offered to download more wallpapers. You can preview/check the additional wallpapers on [`THIS`](https://github.com/JaKooLit/Wallpaper-Bank/tree/main/wallpapers) Link |
