doc: update README with usage example

This commit is contained in:
2022-01-17 03:41:54 +00:00
parent 4b30bfd3db
commit c10a40273b

View File

@@ -0,0 +1,13 @@
# CSOPS
Wrapper around [mozilla/sops](https://github.com/mozilla/sops).
## Installation
`pipx install git+https://github.com/dtomlinson91/csops`
## Usage
Encrypt: `csops e test.log`
Decrypt: `csops d test.enc.log`