From 04decb71c07acd65dc41c9a9ca625b01474fcc06 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Wed, 6 Aug 2025 16:09:34 +0200 Subject: [PATCH] Added some content in the README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8dd6c1..56d9b86 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,13 @@ The library json by nlomann is used to read json files in this program [GitHub]( You can reuse and modify it by anyway, just give credits and i'll be happy ! -Put your struct and load function into bin.cpp and bin.hpp \ No newline at end of file +Manual +====== + +Put your struct and load function into bin.cpp and bin.hpp and compile it with "make", you can then use the ouputed binary "json2bin_converter" with the json input file and the binary output file which will be (re)created when the command is executed. + +Exemple : + +```sh + json2bin_converter test.json test.bin +``` \ No newline at end of file