We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36389e commit 9365f14Copy full SHA for 9365f14
1 file changed
README.md
@@ -49,7 +49,7 @@ The library is considered as production ready and has been used in
49
However, the API is quite unstable so far and incompatibilities may be introduced
50
from release to release. The stable API will be denoted by `2.x` tag in the future.
51
52
-# Dependency
+# Requirements
53
54
You need at least Erlang OTP 19.0.
55
@@ -62,6 +62,10 @@ $ cd xmpp
62
$ make
63
```
64
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
+
69
# API
70
71
The full API is documented in [doc/API.md](doc/API.md)
0 commit comments