# wco-rs Blazingly fast scraper # Install #### Linux/Mac - First of all install rust then - Build it directly from crate ````sh cargo install wco-rs ```` - Then move it to your $PATH ````sh sudo cp "$CARGO_HOME"/bin/wco-rs /usr/local/bin/ ```` - Or better add $CARGO_HOME to your $PATH - In your .zprofile, .bash_profile or .fish_profile ? ````sh export PATH="$CARGO_HOME/bin:$PATH" ```` ## Usage ```` wco-rs ````