From c0ca4216013bf37d209d2542110c8d2205f99d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Wed, 23 Jan 2019 18:34:05 +0100 Subject: [PATCH] Update backend/installation/configuration.md Co-Authored-By: Tirokk --- backend/installation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/installation/configuration.md b/backend/installation/configuration.md index 4e6644c06..bd37e1f66 100644 --- a/backend/installation/configuration.md +++ b/backend/installation/configuration.md @@ -67,7 +67,7 @@ You can spin up a [hosted Neo4j Sandbox instance](https://neo4j.com/download-cen **Install APOC plugin on Debian-based systems** -When you have install Neo4j from the Debian Repository, then [download the APOC plugin](https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.4.0.3/apoc-3.4.0.3-all.jar) to the `/var/lib/neo4j/plugins` directory manually or with: +Install `neo4j` from the Debian Repository, then [download the APOC plugin](https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.4.0.3/apoc-3.4.0.3-all.jar) to the `/var/lib/neo4j/plugins` directory, e.g. with: ```text wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.4.0.3/apoc-3.4.0.3-all.jar -P /var/lib/neo4j/plugins