Sha256: 6fa90ef0352d9327a4b5284ee0fa075b48e162333d488ced826bce81043cdf2c

Contents?: true

Size: 1008 Bytes

Versions: 2

Compression:

Stored size: 1008 Bytes

Contents

---
title: Installation
---

### Install with Bolts Toolbelt

If you want to quickly install ufo without having to worry about ufo's dependency you can simply install the Bolts Toolbelt which has ufo included.

```sh
brew cask install boltopslabs/software/bolts
```

For more information about the Bolts Toolbelt or to get an installer for another operating system visit: [https://boltops.com/toolbelt](https://boltops.com/toolbelt)

### Install with RubyGems

If you prefer to install ufo via RubyGems follow the instructions:

```sh
gem install ufo
```

Or you can add ufo to your Gemfile in your project if you are working with a ruby project.  It is not required for your project to be a ruby project to use ufo.

{% highlight ruby %}
gem "ufo"
{% endhighlight %}

<a id="prev" class="btn btn-basic" href="/docs/">Back</a>
<a id="next" class="btn btn-primary" href="{% link _docs/structure.md %}">Next Step</a>
<p class="keyboard-tip">Pro tip: Use the <- and -> arrow keys to move back and forward.</p>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ufo-1.6.1 docs/_docs/install.md
ufo-1.6.0 docs/_docs/install.md