Skip to content

Commit

Permalink
feat: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Nov 6, 2023
1 parent e9957c9 commit 1d5c45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## Installation
Should get installed together with kimmdy. If you want to install it separatly:

* Download
* `pip install -e ./` or for development: `pip install -r requirements.txt`

## Making your own
* Implement your reaction as a subclass of kimmdy.reaction.Reaction
* Implement your reaction as a subclass of `kimmdy.reaction.Reaction`
* Register your Reaction class in the **[options.entry_points]** section in the setup.cfg. The name you give here must match the entry in the config.yml for Kimmdy!





0 comments on commit 1d5c45a

Please sign in to comment.