From ca429adf188c4ee7dbec0e27913a95d38969da60 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 16 Nov 2023 13:42:53 +0900 Subject: download from release --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 120b8a05..62a05e64 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,22 @@ - ~/Pictures/wallpapers - Will be backed up ### 🔔 Automatic copy of configurations -> clone this repo by using git. Change directory, make executable and run the script +clone this repo by using git. Change directory, make executable and run the script ```bash git clone https://github.com/JaKooLit/Hyprland-Dots.git cd Hyprland-Dots +``` +to copy from upstream (possible bugs) +```bash chmod +x copy.sh ./copy.sh ``` +to copy from releases (more test) +```bash +chmod +x release.sh +./release.sh +``` + ### 🐌 Manual copy (not recommended for newbies) - Backup your existing folders in ~/.config (advisable) - copy all contents of configs into ~/.config, overwriting all -- cgit v1.2.3