doc: zip archive generation

This commit is contained in:
Paul Alnet 2024-03-01 16:02:03 +01:00
parent b6565fd726
commit 372dd36cae

View file

@ -7,10 +7,19 @@
## Building ## Building
Compile version `X` :
``` ```
gcc -Wall -Wpedantic t_sockvX.c -o t_sockvX gcc -Wall -Wpedantic t_sockvX.c -o t_sockvX
``` ```
Generate zip archive (replace `TP1` with relevant indication) :
```
zip LACAU-ALNET-TP1.zip tsock_v*.c README.md
```
## Running ## Running
TODO help output TODO help output