Skip to content

Commit 9365f14

Browse files
committed
Differentiate requirements/dependencies, add link to Docs (#103)
1 parent a36389e commit 9365f14

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The library is considered as production ready and has been used in
4949
However, the API is quite unstable so far and incompatibilities may be introduced
5050
from release to release. The stable API will be denoted by `2.x` tag in the future.
5151

52-
# Dependency
52+
# Requirements
5353

5454
You need at least Erlang OTP 19.0.
5555

@@ -62,6 +62,10 @@ $ cd xmpp
6262
$ make
6363
```
6464

65+
This automatically downloads the erlang libraries that `xmpp` depends on,
66+
which are specified in the file `rebar.config`, see syntax details in
67+
[ejabberd Docs: Dependencies](https://docs.ejabberd.im/developer/repositories/).
68+
6569
# API
6670

6771
The full API is documented in [doc/API.md](doc/API.md)

0 commit comments

Comments
 (0)