diff --git a/docs/2_getting_started.md b/docs/2_getting_started.md index 9e12798..690a916 100644 --- a/docs/2_getting_started.md +++ b/docs/2_getting_started.md @@ -50,9 +50,19 @@ Once the terminal is open, run the following commands. cd bin ``` ``` -neo4j-admin import --multiline-fields=true --database=neo4j --nodes=../import/chcd-v-1-nodes.csv --relationships=../import/chcd-v-1-rels.csv +neo4j-admin database import full --multiline-fields=true --delimiter=@ --nodes=import/chcd_v2.3_nodes.csv --relationships=import/chcd_v2.3_edges.csv ``` -- **Start Database**: Press the `Start` button start the database. Then, press the `Open` button to open Neo4j Desktop Browser. +- **Start Database**: Press the `Start` button to start the database. +

+ +

+- **Open Database**: Press the `Open` button to open the database. You can also use [Neo4j Bloom](https://neo4j.com/docs/bloom-user-guide/current/) to visualize it. +

+ +

+

+ +

---