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
Branches
Tags
1 merge request!1Minimal c interface
Pipeline #10584 passed
Pipeline: caosdb-cppinttest

#10586

    ...@@ -78,9 +78,11 @@ You can use a json file for the configuration of the client. See ...@@ -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 `test/test_data/test_caosdb_client.json` for an example. You may use
    `caosdb-client-configuration-schema.json` to validate your schema. `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` 2. `$PWD/caosdb_client.json`
    3. `$PWD/caosdb-client.json` 3. `$PWD/caosdb-client.json`
    4. `$PWD/.caosdb_client.json` 4. `$PWD/.caosdb_client.json`
    ......
    #include <stdio.h> // for printf #include <stdio.h> // for printf
    #include "caosdb/constants.h" // for LIBCAOSDB_VERSION_MAJOR, LIBCAOSDB_VER... #include "caosdb/constants.h" // for LIBCAOSDB_VERSION_MAJOR, LIBCAOSDB_VER...
    #include "ccaosdb.h" // for caosdb_info_version_info, caosdb_conne... #include "ccaosdb.h" // for caosdb_info_version_info, caosdb_conne...
    int main(void) { int main(void) {
    printf( printf(
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment