diff options
author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-03-03 18:23:51 +0100 |
---|---|---|
committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-03-03 18:23:51 +0100 |
commit | 69a5887a71adff066c3bab9f7324d8bd75a04e05 (patch) | |
tree | 0879229edd964960cc35434a475388c02b7e87ee | |
parent | f51d5537826ac8a1bc691055fd4b5879f2795aaa (diff) |
add README.md
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
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 <url> [--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 +``` |