Skip to content

Commit 05de794

Browse files
authored
docs(readme): fix prerequisites -> Dev requirements
1 parent c31804b commit 05de794

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ This tool helps CUBRID engineers and users inspect and analyze broker logs by:
1414
- Formatting SQL queries for better readability
1515
- Providing an interactive SQL interface for log analysis
1616

17-
## Prerequisites
18-
19-
- Rust (latest stable version)
20-
- SQLite 3 (optional)
21-
- Just command runner (optional)
22-
2317
## Installation
2418

2519
1. Clone the repository:
@@ -129,6 +123,12 @@ SELECT bind_vars -> '$[0]' FROM logs;
129123

130124
## Development
131125

126+
### Prerequisites
127+
128+
- Rust (latest stable version)
129+
- SQLite 3 (optional)
130+
- Just command runner (optional)
131+
132132
### Available Commands
133133

134134
The project uses Just as a command runner. Here are some useful commands:

0 commit comments

Comments
 (0)