Updated name and README

master
Benjamin Bädorf 2020-07-30 15:29:43 +02:00
parent 25ca77c69b
commit 6319b9245d
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "stream-screen"
name = "wlstreamer"
version = "0.1.0"
authors = ["Benjamin Bädorf <hello@benjaminbaedorf.eu>"]
edition = "2018"

View File

@ -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