We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c7658 commit 0568c2cCopy full SHA for 0568c2c
README.md
@@ -29,8 +29,8 @@ Input JSON ([`json_example.json`](json_example.json)):
29
```
30
## Building
31
- bash
32
- - gcc -o json_table json_print_table.c cJSON.c -I. ./json_table [path_to_json_file]
33
- - gcc -o json_tree json_print_tree.c cJSON.c -I. ./json_tree [path_to_json_file]
+ - gcc -o json_table json_print_table.c cJSON.c -I. ./json_table.exe [path_to_json_file]
+ - gcc -o json_tree json_print_tree.c cJSON.c -I. ./json_tree.exe [path_to_json_file]
34
35
- Please see [`json_print_example.txt`](json_print_example.txt)
36
0 commit comments