chore: remove unrelated information from READMe.md

This commit is contained in:
Suyono 2023-07-23 22:08:21 +10:00
parent fe749b2e42
commit 1d91861915

View File

@ -27,12 +27,7 @@ simple-privacy-tool decrypt cryptedfile plainfile
``` ```
#### Using STDIN/STDOUT #### Using STDIN/STDOUT
`simple-privacy-tool` can operate on `STDIN` or `STDOUT`. Just replace the file path with `-` `simple-privacy-tool` can operate on `STDOUT`. Just replace the file path with `-`
```shell ```shell
tar -zcf - dir | simple-privacy-tool encrypt - - | another-command simple-privacy-tool encrypt srcFile - | another-command
```
Special usage, just omit both file paths to use `STDIN` and `STDOUT`.
```shell
tar -zcf - dir | simple-privacy-tool encrypt | another-command
``` ```