From 64f274b8348da5987e0676490367b5b4d672382d Mon Sep 17 00:00:00 2001 From: Matt W Date: Fri, 23 Nov 2018 14:28:49 -0800 Subject: [PATCH] Update README.md Clarify what will be done in "datadir" at configure/install time --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 570ee0e1..dbb657ea 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Then to install the C library: git clone https://github.com/openvenues/libpostal cd libpostal ./bootstrap.sh -./configure --datadir=[...some dir with a few GB of space...] +./configure --datadir=[...some dir with a few GB of space where a "libpostal" directory exists or can be created/modified...] make -j4 sudo make install