From ae7da50dea3cc977c849afac310a22010eba6fdc Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Wed, 14 Jul 2021 10:52:55 +0200 Subject: [PATCH] DOC: Update the setup --- README_SETUP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_SETUP.md b/README_SETUP.md index fe3c912..0a98ce7 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -16,6 +16,7 @@ package can be accessed by ```julia-repl julia> ]add "path/to/caosdb-julialib" julia> using CaosDB +julia> connection = CaosDB.Connection.connect() # Enter host, port, path to SSL certificate, and credentials here ``` ## Tests -- GitLab