Skip to content

Commit 997425c

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ Input JSON ([`json_example.json`](json_example.json)):
2727
"version": 4
2828
}
2929
```
30-
## Usage
31-
Please see [`json_print_example.txt`](json_print_example.txt)
30+
## Building
31+
- 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.
34+
- Please see [`json_print_example.txt`](json_print_example.txt)
3235

3336
- **Two Display Modes**:
3437
- Table View (`json_print_table.c`): Displays JSON arrays as formatted tables

0 commit comments

Comments
 (0)