Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 587 Bytes

INSTALL.md

File metadata and controls

36 lines (27 loc) · 587 Bytes

Install

Install with RubyGems (recommended)

# installing the latest release
$ gem install twurl
# verify installation
$ twurl -v
0.9.7

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.7