Skip to content

Commit

Permalink
opam: edit synopsis and add instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
yasunariw committed Dec 6, 2021
1 parent c656828 commit f59a98e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ A Slackbot for GitHub monorepos. Configure how repo notifications should be rout

## Setting Up

Install dependencies via OPAM.
Install via OPAM:

```sh
opam install --deps-only .
```
opam install monorobot
```

Then, build with Dune.
Or install dependencies and build locally:

```sh
opam install --deps-only .
make
```

Expand Down
2 changes: 1 addition & 1 deletion monorobot.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "2.0"
name: "monorobot"
version: "0.1"
synopsis: "Notification bot"
synopsis: "Notification bot for monorepos"
description: "Notification bot to handle webhook events and post notifications to Slack."
maintainer: "Ahrefs <github@ahrefs.com>"
authors: "Ahrefs <github@ahrefs.com>"
Expand Down

0 comments on commit f59a98e

Please sign in to comment.