This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new c82d5b471 chore: improve Thrift install instructions (#1251)
c82d5b471 is described below

commit c82d5b471a558124b03e67759038661a046f5938
Author: Jacob Marble <[email protected]>
AuthorDate: Thu Jan 18 02:27:36 2024 -0800

    chore: improve Thrift install instructions (#1251)
    
    This change adds the `-j` flag to `sudo make install` so that copy-pasters, 
like myself, have it a little easier.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8514a701d..7c66ba451 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ tar xzf thrift-0.16.0.tar.gz
 cd thrift-0.16.0
 chmod +x ./configure
 ./configure --disable-libs
-sudo make install
+sudo make install -j
 ```
 
 If you're on OSX and use homebrew, you can instead install Thrift 0.16.0 with 
`brew` and ensure that it comes first in your `PATH`.

Reply via email to