Skip to content

Commit 82dafaf

Browse files
Split the code example (neo4j#2226)
Based on the PR neo4j#2223
1 parent aba590e commit 82dafaf

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
@@ -24,6 +24,12 @@ Use the following as `root` to add the repository:
2424
[source, shell, subs="attributes"]
2525
----
2626
rpm --import https://debian.neo4j.com/neotechnology.gpg.key
27+
----
28+
+
29+
Create a `neo4j.repo` file by running the following:
30+
+
31+
[source, shell, subs="attributes"]
32+
----
2733
cat << EOF > /etc/yum.repos.d/neo4j.repo
2834
[neo4j]
2935
name=Neo4j RPM Repository

0 commit comments

Comments
 (0)