Skip to content

Commit

Permalink
Note on if you don't want to use docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cfindlayisme committed Jan 3, 2024
1 parent 29674f2 commit beab1a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,10 @@ Set the secret WMB_PASSWORD in your GitHub repo, then add the following to your
if: failure()
```

## I don't want to use docker
Fine, just clone the repo and run `make`. A binary will be built in the root of the repo called `wmb` that will work just as good as the docker container, just set your envionment variables and run it.

Note: You'll need to have go installed to build the binary.

## But why?
I wanted to get notifications in IRC from my various systems, and particularly my GitHub action pipelines. This does that.

0 comments on commit beab1a6

Please sign in to comment.