From 73ee4a9138266c5e62f8447a23f0a04d0401f1c7 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 19 Aug 2021 11:43:39 +0200 Subject: [PATCH] Update readme with instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ed6e0bd..942fc4a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,15 @@ Extract data from INSEE number (France) ## Getting started +### Using a pre-built binary +Go to the [latest release](https://git.augendre.info/gaugendre/insee_number_translator/releases/latest) +and download the binary matching your OS and architecture. + +Then, run the tool via the command line: +```shell +./insee 269059913116714 168127982980507 299122A00498723 299129742398791 144089943287340 +``` + ### From sources #### Run ```shell