# OS X + httrack command line
Steps to install httrack
on the OS X command line and run it. httrack
has a lot of options to play with depending on your desired results.
# Install homebrew
https://brew.sh/
# Install httrack
brew install httrack
# Make a directory for your httrack 8ch files
cd ~/Downloads
mkdir 8ch
cd 8ch
# Run httrack
cd ~/Downloads/8ch
httrack https://8ch.net/qresearch/
# httrack update
cd ~/Downloads/8ch
httrack –update
# httrack help
httrack –help
man httrack