# Installation

Add the following to your `Gemfile`:

```ruby
gem 'devise_token_auth'
```

Then install the gem using bundle:

```bash
bundle install
```
