From 22a474917c8599c0f98546dc443cf9c0ed03adec Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 4 Mar 2020 09:54:59 -0500 Subject: [PATCH] README: basic stuffs Signed-off-by: Vincent Batts --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 +``` + +