From 6319b9245df751d9b60a3f25db7627abfca95678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Thu, 30 Jul 2020 15:29:43 +0200 Subject: [PATCH] Updated name and README --- Cargo.toml | 2 +- README.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bcee6cb..0c5248c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "stream-screen" +name = "wlstreamer" version = "0.1.0" authors = ["Benjamin Bädorf "] edition = "2018" diff --git a/README.md b/README.md index 47bc687..43a7a64 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ Wrapper around `wf-recorder` and `ffmpeg` that automatically switches the screen ## Installation 1. Make sure you're running sway -2. Install `wf-recorder` and `ffmpeg` -3. Install the rust toolchain -4. Clone this repo -5. `cargo install --path . --root ~/.local` +2. Install `wf-recorder`, `v4l2loopback` and `ffmpeg` +3. Load the `v4l2loopback` kernel module +4. Install the rust toolchain +5. Clone this repo +6. `cargo install --path . --root ~/.local` ## Usage