From ba25379203fd4433cf7a3d86438e8b151a6e7b18 Mon Sep 17 00:00:00 2001 From: Patrick Auernig Date: Thu, 16 Nov 2017 10:57:30 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1a6721b..6fe367d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Pacman Update Notifier Simple update notification script for pacman. + Uses DBus to send update notifications. + +## Setup +Clone this repositiory. + +Run `bundle install` inside the clone directory. + +Then run `ruby ./pacman-update-notify.rb`.