Update README.md

Clarify what will be done in "datadir" at configure/install time
This commit is contained in:
Matt W
2018-11-23 14:28:49 -08:00
committed by GitHub
parent eae01d3e60
commit 64f274b834

View File

@@ -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