Skip to content

Commit

Permalink
Update README.md to fix /tmp reference to [...some dir with a few GB …
Browse files Browse the repository at this point in the history
…of space...]
  • Loading branch information
rjurney authored Dec 23, 2024
1 parent ff72880 commit 3caca83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ cd libpostal
./configure --datadir=[...some dir with a few GB of space...]
# 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:
./configure --datadir=[...some dir with a few GB of space...] MODEL=senzing
Expand Down

0 comments on commit 3caca83

Please sign in to comment.