From e56f3c52d4bad7567719f92fd530db0b594b3ae1 Mon Sep 17 00:00:00 2001 From: Derek Zak Date: Mon, 25 Jan 2021 13:37:27 -0700 Subject: [PATCH] Revert readme changes to open pull request in forked repo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b482883..c5e751b 100644 --- a/README.md +++ b/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] @@ -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: