diff --git a/README.md b/README.md index 6e8c377..c1c740f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # tarinfo -show me the tar archive headers \ No newline at end of file +show me the tar archive headers + +## Install + +```shell +go get git.thisco.de/vbatts/tarinfo +``` + +## Usage + +```shell +$ tarinfo ./foo.tar | less +``` + +