From a6c17a0510e29be75a0f31a473c9bdc6a3b0117c Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sat, 29 Oct 2022 22:00:07 +0200 Subject: [PATCH] docs: remove make distclean The `make distclean` command is not required in this example, which is a fresh clone --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 690c3b54..5cd327bc 100644 --- a/README.md +++ b/README.md @@ -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