From 3521f0bae4358a3dcf7294ee6bb11a7890bb5202 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 8 Nov 2021 20:14:37 +0100 Subject: [PATCH] adding info links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5373ae2..93eacc0 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,11 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu ``` -- Installe Spotify +- Installe Spotify et le patch ```bash wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installSpotify.sh -O tmp.sh && bash tmp.sh; rm tmp.sh ``` -- Installe [Syncthing](https://apt.syncthing.net/) et le lance au démarrage +- Installe [Syncthing](https://apt.syncthing.net/) et le [lance au démarrage](https://docs.syncthing.net/users/autostart.html#how-to-set-up-a-system-service) ```bash wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installSyncthing.sh -O tmp.sh && bash tmp.sh; rm tmp.sh ```