From 1231d0df9ccad8cb71bd43a3fc26600b980ac1bd Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 19 Oct 2021 02:08:09 +0200 Subject: [PATCH] Add line break --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed91301..1200b46 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ Host github.com IdentityFile ~/.ssh/free_librespot_private_key ``` -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`. +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.