Skip to main content

1. Installation

Chose your OS.

Run the following command:

curl -fSL -o /tmp/tw https://twigg.vc/bin/tw_linux_latest \
&& sudo install -m 0755 /tmp/tw /usr/local/bin/tw \
&& rm /tmp/tw