Skip to content

Commit

Permalink
Merge 44a198c into 8cfc42f
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Feb 2, 2014
2 parents 8cfc42f + 44a198c commit 1a1e3b5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,28 @@ to search full text and/or metadata. Blacklight has a highly
configurable Ruby on Rails front-end. Blacklight was originally developed at
the University of Virginia Library and is made public under an Apache 2.0 license.

## Installation

Add Blacklight to your `Gemfile`:

```ruby
gem "blacklight"
```

Run the install generator which will copy over some initial templates, migrations, routes, and configuration:

```
rails generate blacklight:install
```


## Documentation, Information and Support

* [Project Homepage](http://projectblacklight.org)
* [Developer Documentation](https://github.com/projectblacklight/blacklight/wiki)
* [Quickstart Guide](https://github.com/projectblacklight/blacklight/wiki/Quickstart)
* [Issue Tracker](https://github.com/projectblacklight/blacklight/issues)
* [Support](http://projectblacklight.org/support.html)
* [Support](https://github.com/projectblacklight/blacklight/wiki/Support)

## Dependencies

Expand Down

0 comments on commit 1a1e3b5

Please sign in to comment.