Update README.md

This commit is contained in:
John 2025-05-17 08:19:37 +12:00
parent ae80eadc55
commit 260de014d7

View File

@ -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).