From 1d14860f4eaf228962e8e2ea11cd5b549f86977f Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Wed, 4 Apr 2012 10:27:30 -0500 Subject: [PATCH] let people know that wget is required for rake neo4j:install --- README.rdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 864d762..61b0ee1 100644 --- a/README.rdoc +++ b/README.rdoc @@ -74,7 +74,9 @@ If you are not using Rails, then add: require 'neography/tasks' -to your Rakefile to have access to these tasks. +to your Rakefile to have access to these tasks. + +rake neo4j:install requires wget to be installed. It will download and install Neo4j into a neo4j directory in your project regardless of what version you choose. === Documentation