From 21f60d38dd733b7afa53ff86858c0a766444c57a Mon Sep 17 00:00:00 2001 From: Joel Purra Date: Fri, 18 Apr 2014 22:55:07 +0200 Subject: [PATCH] Use $HOME instead of path with hardcoded username --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a5382f6..0eee4dca 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ build the packages, this is simplythe one we chose to use. Built using PackageMaker, libevent2. - # ./configure --with-libevent --prefix=/Users/gwiley/getdnsosx/export + # ./configure --with-libevent --prefix=$HOME/getdnsosx/export # make # make install