Skip to content

Commit 7a24baa

Browse files
Split the codeblock in the RPM install page (#2223)
1 parent 964465a commit 7a24baa

File tree

1 file changed

+7
-1
lines changed
  • modules/ROOT/pages/installation/linux

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,17 @@ Installation instructions can be found on the manufacturer's website:
3131
[[linux-rpm-install-standard]]
3232
=== Set up the repository
3333

34-
To add the Neo4j repository to the package manager, run the following as a sudo user:
34+
To add the Neo4j repository to the package manager, run the following command as a sudo user:
3535

3636
[source, shell, subs="attributes"]
3737
----
3838
rpm --import https://debian.neo4j.com/neotechnology.gpg.key
39+
----
40+
41+
Create a `neo4j.repo` file:
42+
43+
[source, shell, subs="attributes"]
44+
----
3945
cat << EOF > /etc/yum.repos.d/neo4j.repo
4046
[neo4j]
4147
name=Neo4j RPM Repository

0 commit comments

Comments
 (0)