README: basic stuffs

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2020-03-04 09:54:59 -05:00
parent a377d29cf7
commit 22a474917c
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
# tarinfo
show me the tar archive headers
show me the tar archive headers
## Install
```shell
go get git.thisco.de/vbatts/tarinfo
```
## Usage
```shell
$ tarinfo ./foo.tar | less
```