We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba590e commit 82dafafCopy full SHA for 82dafaf
modules/ROOT/pages/installation/linux/rpm.adoc
@@ -24,6 +24,12 @@ Use the following as `root` to add the repository:
24
[source, shell, subs="attributes"]
25
----
26
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
33
cat << EOF > /etc/yum.repos.d/neo4j.repo
34
[neo4j]
35
name=Neo4j RPM Repository
0 commit comments