Add updated startup message (#259)
This commit is contained in:
parent
4e7ea34ae9
commit
9119c89eba
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user