diff --git a/README.md b/README.md index e69de29..7bdb218 100644 --- a/README.md +++ b/README.md @@ -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`