Skip to content

Commit

Permalink
Merge f38e441 into 5f829b6
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed May 9, 2017
2 parents 5f829b6 + f38e441 commit 93121dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -18,8 +18,9 @@ download the files.

## Installation

Add this line to your application's Gemfile:
Add this lines to your application's Gemfile:

gem 'jquery-rails'
gem 'browse-everything'

And then execute:
Expand All @@ -44,7 +45,13 @@ If you prefer not to use the generator, or need info on how to set up providers

Add `@import "browse_everything";` to your application.css.scss

Add `//= require browse_everything` to your application.js
In `app/assets/javascripts/application.js` include jquery and the BrowseEverything

```javascript
//= require jquery
//= require browse_everything
```


## Usage

Expand Down
1 change: 0 additions & 1 deletion app/assets/javascripts/browse_everything.js
@@ -1,4 +1,3 @@
//= require jquery
//= require jquery.treetable
//= require bootstrap-sprockets
//= require browse_everything/behavior

0 comments on commit 93121dc

Please sign in to comment.