From 59eb2da7fdb5850b614a23be8ca8aec5e1846edf Mon Sep 17 00:00:00 2001 From: Felix Salazar Date: Sat, 7 Jan 2023 00:41:44 +0100 Subject: [PATCH 1/2] [doc] use mdbook bare link --- docs/src/installation/Raspberry-Pi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/installation/Raspberry-Pi.md b/docs/src/installation/Raspberry-Pi.md index a5b54d86..b241a09c 100644 --- a/docs/src/installation/Raspberry-Pi.md +++ b/docs/src/installation/Raspberry-Pi.md @@ -4,7 +4,7 @@ This guide will help you to install `spotifyd` on a Raspberry Pi and have it alw ## Download -1. Download the latest ARMv6 from https://github.com/Spotifyd/spotifyd/releases (use `wget`) +1. Download the latest ARMv6 from (use `wget`) 2. Unzip the file: `tar xzf spotifyd-linux-arm6*` You will now see a file called `spotifyd`. You can run it with `./spotifyd --no-daemon` From 5c84f0677295b9d885f02d48080a5703a8203e09 Mon Sep 17 00:00:00 2001 From: Felix Salazar Date: Sat, 7 Jan 2023 02:37:52 +0100 Subject: [PATCH 2/2] fix typos --- docs/src/installation/README.md | 2 +- docs/src/other/User-supplied-scripts.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/installation/README.md b/docs/src/installation/README.md index 54aa43f8..d98c2102 100644 --- a/docs/src/installation/README.md +++ b/docs/src/installation/README.md @@ -19,7 +19,7 @@ It is also available as a [snap package](https://snapcraft.io/spotifyd). You can also compile `Spotifyd` yourself, allowing you to make use of feature flags. `Spotifyd` is written in Rust. You can download the toolchain (compiler and package manager) over at [rustup.rs](https://rustup.rs). Follow their instructions to get started. -> __Note:__ Please make sure that you compile the package using the most recent `stable` verison of Rust available throug `rustup`. Some distro versions are quite outdated and might result in compilation errors. +> __Note:__ Please make sure that you compile the package using the most recent `stable` version of Rust available through `rustup`. Some distro versions are quite outdated and might result in compilation errors. `Spotifyd` might require additional libraries during build and runtime, depending on your platform and the way to compile it (static or dynamic). The following table shows the libraries needed for each OS respectively. diff --git a/docs/src/other/User-supplied-scripts.md b/docs/src/other/User-supplied-scripts.md index 3edabbb4..620e520a 100644 --- a/docs/src/other/User-supplied-scripts.md +++ b/docs/src/other/User-supplied-scripts.md @@ -44,7 +44,7 @@ This script will show a dunst notification when you play/change/stop Spotify (an echo "Cannot get token." fi else - echo "Unkown event." + echo "Unknown event." fi ```