ArangoDB
--------

In order to use a tar installation simply add the `arangodb3-client-linux-3.12.7-nightly_arm64/bin`
directory to your path.

For bash, use

    unix> export PATH="/full/path/to/unpacked/arangodb3-client-linux-3.12.7-nightly_arm64/bin:$PATH"

If you have additionally installed arangodb as Debian or RPM package, 
you need to ensure that `arangodb3-client-linux-3.12.7-nightly_arm64` 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.
