diff --git a/README.md b/README.md index 94297e7..048f1ab 100644 --- a/README.md +++ b/README.md @@ -14,20 +14,20 @@ - The find command is used to delete files older than 14 days in the archive directory. (edit in the script as needed) - The cron entry schedules the script to run daily at 13:00 (1 PM). -
-Automatic installation - ## Automatic installation +
+installation + ```bash sh -c "$(curl -L https://git.moelle.space/hxcde/folderarchive/raw/branch/main/install.sh)" ```
-## Manual installation -
- installation ## Manual installation +
+installation + Install git and zip ```bash apt install git zip -y