From 99b495fa3c0f7a760356e45482d543baa982f9c1 Mon Sep 17 00:00:00 2001 From: Daniel VG Date: Sat, 4 Jul 2020 18:06:43 +0200 Subject: [PATCH] Fix "workarround" typo for "workaround" (#215) See https://github.com/hrkfdn/ncspot/pull/214#issuecomment-653776631 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e9232f..8491460 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ dnf install pulseaudio-libs-devel libxcb-devel openssl-devel ncurses-devel dbus- ## Usage -* Install the latest ncspot release using `cargo install ncspot --locked`. Due to an upstream issue in the librespot dependency described in [#179](https://github.com/hrkfdn/ncspot/issues/179) the `--locked` flag is needed. Until a new [librespot](https://crates.io/crates/librespot) release(>0.1.1) is out, this workarround is needed. +* Install the latest ncspot release using `cargo install ncspot --locked`. Due to an upstream issue in the librespot dependency described in [#179](https://github.com/hrkfdn/ncspot/issues/179) the `--locked` flag is needed. Until a new [librespot](https://crates.io/crates/librespot) release(>0.1.1) is out, this workaround is needed. * or build it yourself using `cargo build --release` * both approaches require a working [Rust installation](https://www.rust-lang.org/tools/install) * For debugging, pass a debug log filename, e.g. `ncspot -d debug.log`