Sha256: ef58d6ae01777023c293a8a2332a35c8aab9023591878647bcd6b7dec3fef30b
Contents?: true
Size: 587 Bytes
Versions: 1
Compression:
Stored size: 587 Bytes
Contents
# Install ## Install with RubyGems (recommended) ```sh # installing the latest release $ gem install twurl ``` ```sh # verify installation $ twurl -v 0.9.7 ``` ## Install from source In case if you haven't installed `bundler` you need to install it first: ```sh $ gem install bundler ``` ```sh $ 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](https://bundler.io/v2.0/bundle_install.html): ``` $ bundle install --path path/to/directory $ bundle exec twurl -v 0.9.7 ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twurl-0.9.7 | INSTALL.md |