diff --git a/README.md b/README.md index 365aef70..690c3b54 100644 --- a/README.md +++ b/README.md @@ -116,9 +116,9 @@ Then to install the C library: ``` git clone https://github.com/openvenues/libpostal cd libpostal -make distclean ./bootstrap.sh ./configure --datadir=[...some dir with a few GB of space...] +make distclean make -j4 sudo make install