Sha256: 00313ab976b926cc402cec5498994c0beb448e4cd86dea08261e14060f30ab15

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

## 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.4
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twurl-0.9.5 INSTALL.md