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 19a6ea3 commit 73bdd05Copy full SHA for 73bdd05
modules/ROOT/pages/installation/linux/rpm.adoc
@@ -31,11 +31,17 @@ Installation instructions can be found on the manufacturer's website:
31
[[linux-rpm-install-standard]]
32
=== Set up the repository
33
34
-To add the Neo4j repository to the package manager, run the following as a sudo user:
+To add the Neo4j repository to the package manager, run the following command as a sudo user:
35
36
[source, shell, subs="attributes"]
37
----
38
rpm --import https://debian.neo4j.com/neotechnology.gpg.key
39
+----
40
+
41
+Create a `neo4j.repo` file:
42
43
+[source, shell, subs="attributes"]
44
45
cat << EOF > /etc/yum.repos.d/neo4j.repo
46
[neo4j]
47
name=Neo4j RPM Repository
0 commit comments