docs: remove make distclean

The `make distclean` command is not required in this example, which is a fresh clone
This commit is contained in:
Peter Johnson
2022-10-29 22:00:07 +02:00
committed by GitHub
parent 668b94473a
commit a6c17a0510

View File

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