diff --git a/README_SETUP.md b/README_SETUP.md
index fe3c912b3950d8d1dc4c61fba89078158b074281..0a98ce7d59eac0ac7a74bc8a1856fd67ffea30d1 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