From 953fa86f4588eab932c6850cba2951073e228980 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Wed, 8 Feb 2012 13:04:23 +0100 Subject: [PATCH] doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33a0cee3e5..5c13e0f5e2 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ effort to operate for the administrator. ## Compilation 1. Install Dependencies: V8, boost, libev -2. autoconf +2. make setup 3. ./configure --with-boost=PATH_TO_BOOST --with-libev=PATH_TO_LIBEV --with-v8=PATH_TO_V8 4. make 5. create a directory `/var/lib/avocado` where you are allowed to read and write -6. "./avocado" to start a REST server or "./avocado --shell" for debugging +6. "./avocado /var/lib/avocado" to start a REST server or "./avocado /var/lib/avocado --shell" for debugging ### Mac OS X Hints