Skip to content

Commit

Permalink
Updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaos66 committed Nov 24, 2020
1 parent fab589b commit 6a27358
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# choco-update-notifier
A small package that checks for updates in chocolatey package manager
# ChocoUpdateNotifier
This project installs a scheduled task, that checks for outdated [Chocolatey](https://chocolatey.org/) packages on windows logon. This way you don't have to run `choco outdated` yourself and instead get notified about your outdated packages

![Logo](https://github.com/KhaosCoders/choco-update-notifier/blob/v1.0.0/src/ChocoUpdateNotifier/res/Icon.png?raw=true)

# Installation
Simply download the latest [Relase](https://github.com/KhaosCoders/choco-update-notifier/releases) and run the installer
(.NET Framework 4.6.2 or greater should be installed on your system)

# Configuration
If you don't want to be notified about an outdated package, just pin its current version using the `choco pin add` command. [As documented here](https://chocolatey.org/docs/CommandsPin).

# Support this project
Feel free to create issues and pull-requests

# Support Me
So my wife always says:
```
Stop this Open-Source nonsence. It's not worth it!
```
Help me prove her wrong ;]
- [Donate via PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SECLTUNN2B776&source=url)

0 comments on commit 6a27358

Please sign in to comment.