Skip to content

Commit c19be0e

Browse files
committed
Update README for the Cypher implementation
1 parent 79f87e8 commit c19be0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cypher/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ Go to the `load-scripts/` directory.
2020

2121
#### Preprocessing
2222

23-
Set the `$NEO4J_HOME` and the following environment variables appropriately:
23+
Set the following environment variables appropriately:
2424

2525
```bash
26-
export NEO4J_DATA_DIR=/path/do/the/csv/files
26+
export NEO4J_HOME=/path/to/the/neo4j/dir
2727
export NEO4J_DB_DIR=$NEO4J_HOME/data/databases/graph.db
28+
export NEO4J_DATA_DIR=/path/do/the/csv/files
2829
export POSTFIX=_0_0.csv
2930
```
3031

0 commit comments

Comments
 (0)