From cde81bc51d800be68d1816af3b4a8c2e9c0569c0 Mon Sep 17 00:00:00 2001 From: rmanach Date: Tue, 12 Apr 2022 10:48:54 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae390c3..74fff50 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # packer -Simple CLI to zip files where the filenames match with a regex \ No newline at end of file +A simple CLI tool to find and zip file corresponding to a given regex + +## Installation + +* Clone the repository +```bash +git clone https://gitea.thegux.fr/rmanach/packer +``` + +* Build the binary +```bash +make build +``` \ No newline at end of file