diff --git a/modules/ROOT/pages/installation/linux/rpm.adoc b/modules/ROOT/pages/installation/linux/rpm.adoc index 754181306..43c207966 100644 --- a/modules/ROOT/pages/installation/linux/rpm.adoc +++ b/modules/ROOT/pages/installation/linux/rpm.adoc @@ -55,6 +55,12 @@ To use the repository for generally available versions of Neo4j, run the followi [source, shell, subs="attributes"] ---- rpm --import https://debian.neo4j.com/neotechnology.gpg.key +---- + +To create a `neo4j.repo` file, run the following command: + +[source, shell, subs="attributes"] +---- cat << EOF > /etc/yum.repos.d/neo4j.repo [neo4j] name=Neo4j RPM Repository