Add updated startup message (#259)

This commit is contained in:
g-despot 2021-10-07 15:56:06 +02:00 committed by GitHub
parent 4e7ea34ae9
commit 9119c89eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1038,6 +1038,7 @@ int main(int argc, char **argv) {
}
std::cout << "You are running Memgraph v" << gflags::VersionString() << std::endl;
std::cout << "To get started with Memgraph, visit https://memgr.ph/start" << std::endl;
auto data_directory = std::filesystem::path(FLAGS_data_directory);