Install¶ ↑
Install with RubyGems (recommended)¶ ↑
# installing the latest release $ gem install twurl
# verify installation $ twurl -v 0.9.6
Install from source¶ ↑
In case if you haven't installed bundler
you need to install it first:
$ gem install bundler
$ git clone https://github.com/twitter/twurl $ cd twurl $ bundle install
If you don't want to install Twurl
globally on your system, use --path
option:
$ bundle install --path path/to/directory $ bundle exec twurl -v 0.9.6