README: basic stuffs
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
a377d29cf7
commit
22a474917c
1 changed files with 15 additions and 1 deletions
14
README.md
14
README.md
|
@ -1,3 +1,17 @@
|
|||
# tarinfo
|
||||
|
||||
show me the tar archive headers
|
||||
|
||||
## Install
|
||||
|
||||
```shell
|
||||
go get git.thisco.de/vbatts/tarinfo
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```shell
|
||||
$ tarinfo ./foo.tar | less
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue