Merge pull request #606 from openvenues/docs-dist-clean

docs: remove make distclean
This commit is contained in:
Peter Johnson
2022-10-30 09:09:22 +13:00
committed by GitHub

View File

@@ -118,7 +118,6 @@ git clone https://github.com/openvenues/libpostal
cd libpostal cd libpostal
./bootstrap.sh ./bootstrap.sh
./configure --datadir=[...some dir with a few GB of space...] ./configure --datadir=[...some dir with a few GB of space...]
make distclean
make -j4 make -j4
sudo make install sudo make install