From 2d1ed77df360f3784c73dbe74379670fa4a64a93 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 14 Nov 2021 16:51:59 +0100 Subject: [PATCH] trim spaces --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5de3bda..c55cfb0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - Lancez cette commande : Va télécharger le script, et le lancer tout seul, en se supprimant à la fin de l'éxécution. ```bash - wget -q --show-progress https://git.kennel.ml/Anri/downloadcodium/raw/branch/main/updateVSCodium.sh -O tmp.sh && bash tmp.sh; rm tmp.sh + wget -q --show-progress https://git.kennel.ml/Anri/downloadcodium/raw/branch/main/updateVSCodium.sh -O tmp.sh && bash tmp.sh; rm tmp.sh ``` ou - Téléchargez [`updateVSCodium.sh`](https://git.kennel.ml/Anri/downloadcodium/raw/branch/main/updateVSCodium.sh) et lancez-le (`bash updateVSCodium.sh`).