From 69a5887a71adff066c3bab9f7324d8bd75a04e05 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sun, 3 Mar 2024 18:23:51 +0100 Subject: add README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..486360b --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# WebTray + +This project helps you to create web-apps which you can dock into the systray. + +## Usage + +```sh +webtray [--hidden] +``` + +If you use `--hidden` it will start in the systray. + +## Build + +### Dependencies + +``` +Qt6 Qt6WebEngine +``` + +To install them run the following on Arch-Linux + +```sh +pacman -Sy qt6 qt6-webengine +``` -- cgit v1.2.3-70-g09d2