Skip to content

Commit bc58daf

Browse files
authored
Update README.md
1 parent 997425c commit bc58daf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ Input JSON ([`json_example.json`](json_example.json)):
2929
```
3030
## Building
3131
- bash
32-
- gcc -o json_table json_print_table.c cJSON.c -I.
33-
- gcc -o json_tree json_print_tree.c cJSON.c -I.
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]
34+
3435
- Please see [`json_print_example.txt`](json_print_example.txt)
3536

3637
- **Two Display Modes**:

0 commit comments

Comments
 (0)