Update README.md
This commit is contained in:
parent
ae80eadc55
commit
260de014d7
14
README.md
14
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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user