From 4f847df6e3ccd067b0f44d1eed358a949cec936c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Thu, 30 Jul 2020 18:56:35 +0200 Subject: [PATCH] Added AUR package to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 430d166..26c3da5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Wrapper around `wf-recorder` and `ffmpeg` that automatically switches the screen ## Installation +There's an AUR package called `wlstreamer-git`, alternatively you can build and install manually: + 1. Make sure you're running sway 2. Install `wf-recorder`, `v4l2loopback` and `ffmpeg` 3. Load the `v4l2loopback` kernel module @@ -11,6 +13,8 @@ Wrapper around `wf-recorder` and `ffmpeg` that automatically switches the screen 5. Clone this repo 6. `cargo install --path . --root ~/.local` + + ## Usage See `--help`. If there are no screens available for streaming, a black screen will be shown instead.