From 23524f9ef81e9e06fb2a971ec8c1b17426d85c0d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 4 Jun 2022 03:30:36 +0200 Subject: [PATCH] remove > --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b62b295..c13da6e 100644 --- a/README.md +++ b/README.md @@ -63,17 +63,17 @@ curl https://git.kennel.ml/Anri/confOS/raw/branch/main/wsl.sh -s | bash > ``` > > ### Lancé la configration -> > Rendre le script exécutable +> Rendre le script exécutable > ```bash > chmod +x run.sh > ``` > -> > Lancer le script +> Lancer le script > ```bash > ./run.sh > ``` > -> > Aller dans le `chroot` à la fin pour finir l'installation +> Aller dans le `chroot` à la fin pour finir l'installation > ```bash > curl https://git.kennel.ml/Anri/confOS/raw/branch/main/arch.sh -s | bash > ```