ArangoDB
--------

In order to use a tar installation simply add the `arangodb4e-client-linux-4.0.0-nightly.20260824_x86_64/bin`
directory to your path.

For bash, use

    unix> export PATH="/full/path/to/unpacked/arangodb4e-client-linux-4.0.0-nightly.20260824_x86_64/bin:$PATH"

If you have additionally installed arangodb as Debian or RPM package, 
you need to ensure that `arangodb4e-client-linux-4.0.0-nightly.20260824_x86_64` comes first in the PATH
variable. Otherwise the binaries from the installed `arangodb` package 
will be used and not the ones from the tar file.
