Skip to content
Snippets Groups Projects
Commit ada1225c authored by florian's avatar florian
Browse files

DOC: Fix a typo in README_SETUP

parent a3b5ca81
No related branches found
No related tags found
1 merge request!1Minimal c interface
Pipeline #10584 passed
Pipeline: caosdb-cppinttest

#10586

    This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
    ......@@ -78,9 +78,11 @@ You can use a json file for the configuration of the client. See
    `test/test_data/test_caosdb_client.json` for an example. You may use
    `caosdb-client-configuration-schema.json` to validate your schema.
    The client will load the configuration file from the first existing file in the following locations (predendence from highest to lowest):
    The client will load the configuration file from the first existing
    file in the following locations (precendence from highest to lowest):
    1. A file specified by the environment variable `$CAOSDB_CLIENT_CONFIGURATION`.
    1. A file specified by the environment variable
    `$CAOSDB_CLIENT_CONFIGURATION`.
    2. `$PWD/caosdb_client.json`
    3. `$PWD/caosdb-client.json`
    4. `$PWD/.caosdb_client.json`
    ......
    #include <stdio.h> // for printf
    #include "caosdb/constants.h" // for LIBCAOSDB_VERSION_MAJOR, LIBCAOSDB_VER...
    #include "ccaosdb.h" // for caosdb_info_version_info, caosdb_conne...
    #include <stdio.h> // for printf
    #include "caosdb/constants.h" // for LIBCAOSDB_VERSION_MAJOR, LIBCAOSDB_VER...
    #include "ccaosdb.h" // for caosdb_info_version_info, caosdb_conne...
    int main(void) {
    printf(
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment