summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8d092fb..319dfca 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,11 @@ consider a reference implementation for other systems, check the
### NixOS
-If you are already running an nginx, or prosody, you will have to
-manually integrate [`nix`](./nix) into your configuration. In case
-you don't, you can simply include the whole module.
+If you want to use XMPP chats, you need to configure prosody
+yourself - `brook` will only setup the anonymous user virtualhost to
+be used by the brook-web chat.
+
+Get started by importing the module.
```nix
imports = [
@@ -41,10 +43,8 @@ imports = [
];
```
-Then you can use the various `brook` submodules to configure your
-streaming setup. If you want to use XMPP chats, you need to configure
-prosody yourself - `brook` will only setup the anonymous user virtualhost
-to be used by the brook-web chat.
+After that you can use the various `brook` submodules to configure your
+streaming setup.
```nix
services.brook = {