Skip to content

Commit 86b0ac1

Browse files
authored
Update osx.adoc
missing sub-command 'server'
1 parent b54b567 commit 86b0ac1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/installation/osx.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ If the password is not set explicitly using this method, it will be set to the d
4343
In that case, you will be prompted to change the default password at first login. +
4444
For more information, see xref:configuration/set-initial-password.adoc[].
4545
. Start Neo4j:
46-
* To run Neo4j as a console application, use: `$NEO4J_HOME/bin/neo4j console`.
47-
* To run Neo4j in a background process, use: `$NEO4J_HOME/bin/neo4j start`.
46+
* To run Neo4j as a console application, use: `$NEO4J_HOME/bin/neo4j server console`.
47+
* To run Neo4j in a background process, use: `$NEO4J_HOME/bin/neo4j server start`.
4848
. Open http://localhost:7474 in your web browser.
4949
. Connect using the username `neo4j` with your password or the default password `neo4j`.
5050
You will then be prompted to change the password.
@@ -94,4 +94,4 @@ sudo systemctl disable neo4j
9494
---
9595
rm /lib/systemd/system/neo4j.service
9696
rm -rf NEO4J_HOME
97-
---
97+
---

0 commit comments

Comments
 (0)