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