Update readme with instructions

This commit is contained in:
Gabriel Augendre 2021-08-19 11:43:39 +02:00
parent c921213b4f
commit 73ee4a9138

View file

@ -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