From 69478985665fd4e4d0fdeb585de00beb5531b1ba Mon Sep 17 00:00:00 2001 From: lukas-heilgenbrunner Date: Wed, 29 May 2024 14:37:58 +0200 Subject: [PATCH] remove db change infos --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 820dc6d..1b7cdd2 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,7 @@ A simple route planning between cities with routes was implemented in Rust. ## Run yourself The project has a minimum supported Rust version (MSRV) of 1.63.0. -The Neo4j database has to be started on localhost on port 7687. -If you want a different port change it in `main.rs` - +The Neo4j database has to be started manually and run in background. To start the project run: `cargo run --package graphdbhue3 --bin graphdbhue3`