Skip to content

Commit

Permalink
AwesomePrint note
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyObtiva committed Sep 2, 2020
1 parent ca68f23 commit 43aa396
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -309,19 +309,21 @@ This is the recommended way for [Rails](rubyonrails.org) apps. Optionally, you m

### Option 2: Manual

Or manually install and require library.
Or manually install and require library (after requiring AwesomePrint).

```bash
gem install puts_debuggerer -v0.10.0
```

```ruby
require 'ap'
require 'puts_debuggerer'
```

Or the shorter form (often helpful when added to quickly troubleshoot an app):

```ruby
require 'ap'
require 'pd'
```

Expand Down

0 comments on commit 43aa396

Please sign in to comment.