diff --git a/README.md b/README.md index d6fea1a..b20b49a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ improve your life) $ pipethis --no-verify --inspect https://get.rvm.io ``` +or even + +``` +$ curl -sSL https://get.rvm.io | pipethis --no-verify | bash +``` + + ## Install ``` @@ -59,9 +66,13 @@ OPTIONS local Use your local GnuPG public keyring + If you're piping a script from `stdin`, the service will be forced to + `local`. + --inspect - If set, open the script in an editor before checking the author. + If set, open the script in an editor before checking the author. Ignored if + you're piping a script from `stdin`. --editor @@ -75,11 +86,20 @@ OPTIONS --signature - The detached signature to verify