# Installation ## Content # Installation Add this line to your application's Gemfile: ```ruby gem 'trifle-docs' ``` And then execute: ```sh $ bundle install ``` Or install it yourself as: ```sh $ gem install trifle-docs ``` ## Dependencies `Trifle::Docs` can be used independently of rails. You can use it as a standalone Sinatra App, or integrated inside of Rails app or as raw as using its methods directly.