From fb19105ffe7494313c68f7779ab254d84a202748 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 13 Aug 2020 22:23:31 +0000 Subject: [PATCH] README: add a shell script example --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3d72a36..ff67149 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ curl -L $URL -o $FILE ./tl verify $URL $FILE ``` +tl also implements a cat subcommand for doing things like installing from a shell script: + +``` +tl cat https://raw.githubusercontent.com/Homebrew/install/master/install.sh | bash +``` + ## FAQ If you have a question that isn't answered here please [open an issue](https://github.com/transparencylog/tl/issues/new).