Navigation Menu

Skip to content

Commit

Permalink
Revert readme changes to open pull request in forked repo
Browse files Browse the repository at this point in the history
  • Loading branch information
derekzak committed Jan 25, 2021
1 parent c237f39 commit e56f3c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,5 +1,5 @@
# Bluepill
Bluepill is a simple process monitoring tool written in Ruby. This fork adds Rails 6 support.
Bluepill is a simple process monitoring tool written in Ruby.

[![Gem Version](https://badge.fury.io/rb/bluepill.svg)][gem]
[![Build Status](https://travis-ci.org/bluepill-rb/bluepill.svg?branch=master)][travis]
Expand All @@ -14,9 +14,9 @@ Bluepill is a simple process monitoring tool written in Ruby. This fork adds Ra
[coveralls]: https://coveralls.io/github/bluepill-rb/bluepill?branch=master

## Installation
Add the following to your gemfile:
It's hosted on [rubygems.org][rubygems].

gem 'bluepill', git: "https://github.com/derekzak/bluepill.git"
sudo gem install bluepill

In order to take advantage of logging with syslog, you also need to setup your syslog to log the local6 facility. Edit the appropriate config file for your syslogger (/etc/syslog.conf for syslog) and add a line for local6:

Expand Down

0 comments on commit e56f3c5

Please sign in to comment.