From 34bb002b099798bf7947eb2076889bb7eae3c18f Mon Sep 17 00:00:00 2001 From: Damiano Boppart Date: Wed, 14 Mar 2018 16:55:16 +0100 Subject: [PATCH] Fix incorrect path in doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 128a75a..a031273 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Build and install the pEp Engine. Instructions can be found here: ~~~~~ mkdir ~/code/json-ad hg clone https://cacert.pep.foundation/dev/repos/pEpJSONServerAdapter/ ~/code/json-ad -cd ~/code/json-ad +cd ~/code/json-ad/libevent-2.0.22-stable ./configure --prefix="$HOME/code/json-ad/libevent-2.0.22-stable/build/" --disable-openssl make make install