Skip to content

Commit f59a98e

Browse files
committed
opam: edit synopsis and add instructions
1 parent c656828 commit f59a98e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ A Slackbot for GitHub monorepos. Configure how repo notifications should be rout
44

55
## Setting Up
66

7-
Install dependencies via OPAM.
7+
Install via OPAM:
88

9-
```sh
10-
opam install --deps-only .
9+
```
10+
opam install monorobot
1111
```
1212

13-
Then, build with Dune.
13+
Or install dependencies and build locally:
1414

1515
```sh
16+
opam install --deps-only .
1617
make
1718
```
1819

monorobot.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
opam-version: "2.0"
22
name: "monorobot"
33
version: "0.1"
4-
synopsis: "Notification bot"
4+
synopsis: "Notification bot for monorepos"
55
description: "Notification bot to handle webhook events and post notifications to Slack."
66
maintainer: "Ahrefs <[email protected]>"
77
authors: "Ahrefs <[email protected]>"

0 commit comments

Comments
 (0)