Skip to content

Commit

Permalink
chore: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Aug 16, 2023
1 parent 7efae36 commit 2fd4a27
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Msgr: _Rails-like Messaging Framework_

[![Gem](https://img.shields.io/gem/v/msgr?logo=rubygems)](https://rubygems.org/gems/msgr)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/jgraichen/msgr/test?logo=github)](https://github.com/jgraichen/msgr/actions/workflows/test.yml)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jgraichen/msgr/test.yml?branch=main&logo=github)](https://github.com/jgraichen/msgr/actions/workflows/test.yml)
[![RubyDoc Documentation](http://img.shields.io/badge/rubydoc-here-blue.svg)](http://rubydoc.info/github/jgraichen/msgr/master/frames)

You know it and you like it. Using Rails you can just declare your routes and
Expand All @@ -14,19 +14,25 @@ your routes, create your consumer and watch your app processing messages.

Add this line to your application's Gemfile:

gem 'msgr'
```ruby
gem 'msgr'
```

And then execute:

$ bundle
```console
bundle
```

Or install it yourself as:

$ gem install msgr
```console
gem install msgr
```

## Usage

After adding 'msgr' to your gemfile create a `config/rabbitmq.yml` like this:
After adding 'msgr' to your Gemfile create a `config/rabbitmq.yml` like this:

```yaml
common: &common
Expand Down

0 comments on commit 2fd4a27

Please sign in to comment.