Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpp/src/arrow/flight/sql/odbc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ After the build succeeds, the ODBC DLL will be located in

2. Register your ODBC DLL:

Need to replace <path\to\repo> with actual path to repository in the commands.
Need to replace `<path\to\repo>` with actual path to repository in the commands.
1. `cd to repo.`
2. `cd <path\to\repo>`
3. Run script to register your ODBC DLL as Apache Arrow Flight SQL ODBC Driver
Expand Down
Loading