From 260de014d7487f3dfb60b02a244916dadece8985 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 17 May 2025 08:19:37 +1200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a58b037..693dcdc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ # Dehydrate +## Installation + +Automated system-wide installation: +``` +curl -fsSL https://gitea.jde.nz/public/dehydrate/releases/download/latest/install.sh | bash +``` +To download just the dehydrate executable: +``` +curl -fsSL -o dehydrate https://gitea.jde.nz/public/dehydrate/releases/download/latest/dehydrate.amd64 && chmod a+x bb64 +``` + +## How it Works + + Given a source file or folder, creates c++ code to recreate that file/folder. If it's a folder, it recreates the entire tree (all subfolders and files within).