From bead5bf2dcef93041bee0882dfbb290acbaf52ed Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 17 Oct 2021 20:55:14 +0200 Subject: [PATCH] Furthermore refactor the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4e807d..6b28d1e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Host github.com IdentityFile ~/.ssh/free_librespot_private_key ``` -If you do not want to use the `free-librespot`, then remove the git dependency to `free-librespot`. Delete `git = "ssh://git@github.com/oSumAtrIX/free-librespot.git"` inside `Cargo.toml`. +If you do not want to use `free-librespot`, then remove the git dependency of `free-librespot`. For that, delete `git = "ssh://git@github.com/oSumAtrIX/free-librespot.git"` inside `Cargo.toml`. `Nightly Rust` is required to build this project. Install it by following [rustup.rs](https://rustup.rs) instructions.