From 8e2b8a3962c957eea78232598fcdb22ddf18e6e1 Mon Sep 17 00:00:00 2001 From: allejo Date: Sun, 5 Jan 2014 16:29:41 -0800 Subject: [PATCH] Revert "One too many parent directories in the cd step" This reverts commit d630ba5a1b14d13cf9802f2eb3a8b8c52c72d904. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index bb0c487..96ec21b 100644 --- a/README.markdown +++ b/README.markdown @@ -45,7 +45,7 @@ Compiling 7. Instruct the build system to generate a Makefile and then compile and install the plugin. - `cd ..; ./autogen.sh; ./configure; make; make install;` + `cd ../..; ./autogen.sh; ./configure; make; make install;` Server Details --------------