From 72ff7aca166fd07d45a888ca2613defa5611396d Mon Sep 17 00:00:00 2001 From: mbraha Date: Mon, 18 Jul 2022 20:42:21 -0700 Subject: [PATCH] Add Fedora install instructions --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 669d9ec0..d3de4a2f 100644 --- a/README.md +++ b/README.md @@ -85,11 +85,15 @@ A Spotify Premium account is **required**. ##### Linux - [Rust and cargo](https://www.rust-lang.org/tools/install) as the build dependencies -- `openssl`, `alsa-lib` (`streaming` feature), `libdbus` (`media-control` feature). For example, on Debian based systems, run the below command to install application's dependencies: - -```shell -sudo apt install libssl-dev libasound2-dev libdbus-1-dev -``` +- `openssl`, `alsa-lib` (`streaming` feature), `libdbus` (`media-control` feature) system libraries. + - On Debian based systems, run the below command to install application's dependencies: + ```shell + sudo apt install libssl-dev libasound2-dev libdbus-1-dev + ``` + - On Fedora based systems, run the below command to install application's dependencies: + ```shell + sudo yum install openssl-devel alsa-lib-devel dbus-devel + ``` ### Cargo