Mise à jour de 'README.md'

This commit is contained in:
rmanach 2022-04-12 10:48:54 +00:00
parent 304f720c79
commit cde81bc51d

View File

@ -1,3 +1,15 @@
# packer # packer
Simple CLI to zip files where the filenames match with a regex 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
```