Skip to content

Commit a3336fe

Browse files
Split the code block (neo4j#2225)
Based on the PR neo4j#2223
1 parent c791ff3 commit a3336fe

File tree

1 file changed

+6
-0
lines changed
  • modules/ROOT/pages/installation/linux

1 file changed

+6
-0
lines changed

modules/ROOT/pages/installation/linux/rpm.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ To use the repository for generally available versions of Neo4j, run the followi
5555
[source, shell, subs="attributes"]
5656
----
5757
rpm --import https://debian.neo4j.com/neotechnology.gpg.key
58+
----
59+
60+
To create a `neo4j.repo` file, run the following command:
61+
62+
[source, shell, subs="attributes"]
63+
----
5864
cat << EOF > /etc/yum.repos.d/neo4j.repo
5965
[neo4j]
6066
name=Neo4j RPM Repository

0 commit comments

Comments
 (0)