From 87d2271cc8102d041c8ec42d880bb9a5fb9178de Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Sat, 30 Mar 2019 15:46:05 -0400 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98162b4..7419b04 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A Simple Haskell Daemon that monitors for new pull requests in a list of repos, * Create a .envrc (or .env if you don't have direnv) with your personal access token, e.g. `export PERSONAL_ACCESS_TOKEN = "foobarbaz"` * Source that file -* Modify `Main.hs` (at the moment there is no other entrypoint to this) and - build or run it with stack +* build or run it with stack +* Pass the name of the owner and the name of the repo as args, e.g. + `./path/to/pullwatch-exe ownername reponame` * Make sure your desktop environment supports DBus notifications (e.g. [https://wiki.archlinux.org/index.php/Desktop_notifications](https://wiki.archlinux.org/index.php/Desktop_notifications) )