From 5ea76a62be378821be5f1ea9d015a76d645f298a Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Wed, 24 Aug 2022 08:39:41 +0200 Subject: [PATCH] correcting installation --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ca39c9e..4c5f46f 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,8 @@ Attention ce script repose sur `zenity` qui devra être installé sur votre dist Pour installer ce script de façon automatique : ``` wget https://git.djan-gicquel.fr/djan/youtube-dl-install/archive/dev.zip && unzip dev.zip && cd youtube-dl-install && bash youtube-dl-install.sh -#Suppression des fichiers d'installation. +``` +Suppression des fichiers d'installation. +``` cd .. && rm dev.zip && rm -r youtube-dl-install ```