Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
README: add a shell script example
Browse files Browse the repository at this point in the history
  • Loading branch information
philips committed Aug 13, 2020
1 parent 41a00c7 commit fb19105
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit fb19105

Please sign in to comment.