From cc22f1c3a2e24ef366ebe9a11c463075cd0263d3 Mon Sep 17 00:00:00 2001 From: hyperion Date: Fri, 30 Oct 2020 12:05:52 +0100 Subject: Updating README --- README.md | 14 +++++++------- 1 file 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 = { -- cgit v1.2.3