# installing the latest release
$ gem install twurl# verify installation
$ twurl -v
0.9.7In 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 installIf 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.7