Skip to content

Commit 3a2552c

Browse files
authored
Update README.md
1 parent 191eb9a commit 3a2552c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,6 @@ Input JSON (json_example.json):
4747
- Type indicators (Array, Object, String, Number)
4848
- Clear parent-child relationship display
4949

50-
## Building
51-
52-
```bash
53-
gcc -o json_table json_print_table.c cJSON.c -I.
54-
gcc -o json_tree json_print_tree.c cJSON.c -I.
55-
56-
## Usage
57-
- ./json_table [path_to_json_file]
58-
- ./json_tree [path_to_json_file]
59-
6050
## Requirements
6151
- C compiler (gcc recommended)
6252
- cJSON library (included)

0 commit comments

Comments
 (0)