Update README.md to fix /tmp reference to [...some dir with a few GB of space...]

This commit is contained in:
Russell Jurney
2024-12-23 17:39:43 -05:00
committed by GitHub
parent ff72880e62
commit 3caca83f04

View File

@@ -125,7 +125,7 @@ cd libpostal
./configure --datadir=[...some dir with a few GB of space...] ./configure --datadir=[...some dir with a few GB of space...]
# For Apple / ARM cpus and the default model # For Apple / ARM cpus and the default model
./configure --datadir=/tmp --disable-sse2 ./configure --datadir=[...some dir with a few GB of space...] --disable-sse2
# For the improved Senzing model: # For the improved Senzing model:
./configure --datadir=[...some dir with a few GB of space...] MODEL=senzing ./configure --datadir=[...some dir with a few GB of space...] MODEL=senzing