Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme T Maeoka <[email protected]>
  • Loading branch information
guimspace authored Jun 26, 2024
1 parent 237f034 commit 800abd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Hashes are signed by [**minisign**](https://github.com/jedisct1/minisign). A min

- **Archive & compress:** The file is archived and compressed in `.tar.xz` format.
```
tar -cvpf - -- FILE 2> FILE.txt | xz --threads=0 -z - > FILE.tar.xz
tar -cvvpf - -- FILE 2> FILE.txt | xz --threads=0 -z - > FILE.tar.xz
```

- **Encrypt:** With `age`, the compressed file is encrypted in `.age` format.
Expand Down

0 comments on commit 800abd2

Please sign in to comment.