Skip to content

Commit

Permalink
chore: improve Thrift install instructions (#1251)
Browse files Browse the repository at this point in the history
This change adds the `-j` flag to `sudo make install` so that copy-pasters, like myself, have it a little easier.
  • Loading branch information
jacobmarble authored Jan 18, 2024
1 parent 621f067 commit c82d5b4
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 @@ -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`.
Expand Down

0 comments on commit c82d5b4

Please sign in to comment.