diff --git a/README.md b/README.md index b1a7e15..19a127c 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,23 @@ If the `go` compiler is present in your system, you can install it via the follo Or you can navigate to the releases section and download a binary that matches your architecture. +It is also available in the AUR as bluetuith-bin. + ## Usage bluetuith [] Flags: - --adapter Specify an adapter to use. (For example, hci0) - --list-adapters List available adapters. - --receive-dir Specify a directory to store received files. + --adapter Specify an adapter to use. (For example, hci0) + --list-adapters List available adapters. + --receive-dir Specify a directory to store received files. + --set-theme Specify a theme + --set-theme-config Specify a comma-separated list of modifier-color pairs. - If the **receive-dir** option is not specified, received files will be stored in ``$HOME/bluetuith``. +- For more information on how to use the **set-theme** and **set-theme-config** options, +navigate to the [Themes](https://github.com/darkhz/bluetuith/wiki/Themes) wiki page. + ## Configuration bluetuith should generally work out-of-the-box, with no required configurations.