From e612f8ae59074641b68fb3befa9f53734b8134de Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sun, 1 May 2022 17:47:47 +0930 Subject: [PATCH] Update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4552cd7..ac20416 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,13 @@ You'll need to [download Go](https://golang.org/dl/), check the code out somewhe ## Using it `dau` configuration is managed via its internal web interface. When the executable is run, you can visit -`http://localhost:9090` in your web browser to configure the it. Configuration persists across runs, it is -saved in a file called '.dau.json' in your home directory. +`http://localhost:9090` in your web browser to configure it. On Windows, a tray icon is created to provide +access to the web interface. + +The web browser will be loaded automatically when you start the program, if possible. This option can be +disabled in the settings. + +Configuration persists across runs, it is saved in a file called '.dau.json' in your home directory. The first time you run it, you will need to configure at least the discord web hook and the watch path for `dau` to be useful.