Skip to content

Commit 1b8985a

Browse files
committed
fix the formatting
1 parent 8fdab0d commit 1b8985a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/installation/osx.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can install Neo4j on macOS either by downloading and extracting a TAR archiv
1313
=== Install Neo4j from the tar archive
1414

1515
. Download the Linux/Mac Executable {neo4j-version-exact} (TAR) release from link:{neo4j-download-center-uri}[Neo4j Deployment Center].
16-
. Extract the contents of the archive, using `tar -xf` <filename> or by double-clicking the file.
16+
. Extract the contents of the archive, using `tar -xf <filename>` or by double-clicking the file.
1717
. Place the extracted files in a permanent home on your server and set the environment variable `NEO4J_HOME` to point to the extracted directory, for example, `export NEO4J_HOME=/path/to/_<NEO4J_HOME>` to make it easier to refer to it later.
1818
. (Recommended) xref:configuration/file-locations.adoc#file-locations-file-locations[Change the default locations] of the _data_, _conf_, _certificates_, _licenses_, and _plugins_ (if you plan to use custom plugins) directories by setting the environment variable `NEO4J_CONF` and the respective xref:configuration/configuration-settings.adoc#_server_directories_settings[`server.directories.*`] settings to point to the desired locations.
1919
+

0 commit comments

Comments
 (0)