ianmcook commented on code in PR #4525: URL: https://github.com/apache/arrow-adbc/pull/4525#discussion_r3600320127
########## docs/source/cpp/recipe/quickstart.cc: ########## @@ -32,9 +32,33 @@ /// /// .. code-block:: shell /// -/// mamba install cmake compilers libadbc-driver-manager libadbc-driver-sqlite +/// mamba install cmake compilers libadbc-driver-manager +/// +/// Installing Drivers +/// ================== +/// +/// You'll need to install an ADBC driver for the database you want to +/// connect to. The easiest way is using dbc_: +/// +/// .. code-block:: shell +/// +/// # Install dbc +/// curl -fsSL https://dbc.sh | sh Review Comment: Also, this is the incorrect install command. Should be: ```sh curl -LsSf https://dbc.columnar.tech/install.sh | sh ``` But it's probably better to just say: ```rst See the `dbc documentation <https://docs.columnar.tech/dbc>`_ for how to install dbc. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
