Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RatanRSur authored Jun 18, 2020
1 parent e915432 commit e1f78eb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### briefing
Your feature dossier.

`cargo run`


### Run it as a pacman hook to have easy access to release notes
`/etc/pacman.d/hooks/briefing.hook`
```
[Trigger]
Operation = Upgrade
Operation = Install
Operation = Remove
Type = Package
Target = *
[Action]
Description = What's new?
When = PostTransaction
Exec = </path/to/briefing/here>
```

0 comments on commit e1f78eb

Please sign in to comment.