Skip to content

Commit

Permalink
Merge pull request #28 from sargsyan/update-README
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
sargsyan committed Sep 9, 2020
2 parents be08ec8 + 219cae9 commit eb22526
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -80,3 +80,10 @@ If the system logs tell that the application keeps exiting with non-zero exit co
cat ~/Library/Logs/github_notif/service.log
```
Or locate github_notif folder in the Mac [Console application](https://support.apple.com/guide/console/welcome/mac).

Advanced users can change the source code on the installed package. For example, to change the code of the main script open the following files

```sh
ls /usr/local/Cellar/github-notifier/ #To get the current version
vi /usr/local/Cellar/github-notifier/<current_version>/lib/github_notif
```

0 comments on commit eb22526

Please sign in to comment.