Update readme with instructions
This commit is contained in:
parent
c921213b4f
commit
73ee4a9138
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@
|
||||||
Extract data from INSEE number (France)
|
Extract data from INSEE number (France)
|
||||||
|
|
||||||
## Getting started
|
## 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
|
### From sources
|
||||||
#### Run
|
#### Run
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in a new issue